1
0
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:
Jérémy Minié
2022-04-28 15:35:52 -04:00
committed by Deven Caron
parent 9b99a1958b
commit a056a87855
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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