mirror of
https://github.com/primer/css.git
synced 2024-12-24 22:53:58 +03:00
Update Sass include path verbiage
This commit is contained in:
parent
c7d444c53a
commit
869ed7d548
@ -28,7 +28,7 @@ $ npm install --save primer-css
|
||||
|
||||
## Usage
|
||||
|
||||
The source files included are written in [Sass][sass] (SCSS). You can point your Sass `include-path` at your project's `node_modules` directory and import it like this:
|
||||
The source files included are written in [Sass][sass] (SCSS). After [installing](#install) with npm, you can add your project's `node_modules` directory to your Sass [include paths](https://github.com/sass/node-sass#includepaths) (AKA [load paths](http://technology.customink.com/blog/2014/10/09/understanding-and-using-sass-load-paths/) in Ruby), then import it like this:
|
||||
|
||||
```scss
|
||||
@import "primer-css/index.scss";
|
||||
|
Loading…
Reference in New Issue
Block a user