mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
Typos & clean
This commit is contained in:
parent
59c54298d5
commit
7c1e93472f
13 changed files with 31 additions and 68 deletions
|
@ -13,7 +13,7 @@ export const grid = {
|
|||
add: 'Add column',
|
||||
remove: 'Remove column'
|
||||
},
|
||||
target: '#grids article'
|
||||
target: '#grids article'
|
||||
},
|
||||
grid: {
|
||||
current: 4,
|
||||
|
@ -74,8 +74,8 @@ export const grid = {
|
|||
|
||||
// Build
|
||||
for (let col = 0; col < this.grid.current; col++) {
|
||||
htmlInner += '<div>' + (col + 1) + '</div>';
|
||||
codeInner += ' <<b>div</b>>' + (col+1) + '</<b>div</b>>\n';
|
||||
htmlInner += '<div>' + (col + 1) + '</div>';
|
||||
codeInner += ' <<b>div</b>>' + (col + 1) + '</<b>div</b>>\n';
|
||||
}
|
||||
|
||||
// Display
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue