mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Fix grid.md code sample closure + Link grid doc in README
This commit is contained in:
committed by
Deven Caron
parent
9b99a1958b
commit
a056a87855
@@ -85,6 +85,7 @@ Learn more about [development and building](docs/development.md).
|
|||||||
|
|
||||||
* [Development and building](docs/development.md)
|
* [Development and building](docs/development.md)
|
||||||
* [Languages and technologies](docs/technologies.md)
|
* [Languages and technologies](docs/technologies.md)
|
||||||
|
* [Grid system](docs/grid.md)
|
||||||
|
|
||||||
[BrowserSync]: https://npmjs.com/package/browser-sync
|
[BrowserSync]: https://npmjs.com/package/browser-sync
|
||||||
[ESBuild]: https://npmjs.com/package/esbuild
|
[ESBuild]: https://npmjs.com/package/esbuild
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ Example of a Charcoal project:
|
|||||||
"./assets/scripts/**/*" // use case: `el.classList.add('u-gc-1/2')`
|
"./assets/scripts/**/*" // use case: `el.classList.add('u-gc-1/2')`
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user