1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 02:38:32 +03:00

chore: whitespace

This commit is contained in:
Shawn Allen 2019-02-11 23:04:12 -08:00
parent fc9c7b84da
commit e0cba2f88f

View File

@ -18,7 +18,7 @@ Here's what you need to know about how the files are structured in both git and
```scss
@import "@primer/css/utilities/index.scss";
```
* All module interdependencies within Primer CSS are defined as relative imports (e.g. with `../`), so everything should work fine as long as the `@primer/css` directory is in one of your Sass include paths (i.e. `node_modules`).