Skip to content

Commit

Permalink
Merge pull request #516 from 9585999/patch-1
Browse files Browse the repository at this point in the history
Fix modules/primer-product/README.md
  • Loading branch information
shawnbot authored Jun 28, 2018
2 parents 2b5ec9b + 0abcf2e commit 5b43ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/primer-product/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ This repository is a compilation of [several CSS packages](https://github.com/pr
This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer` with this command. **You must have npm >=3.0 installed to be able to satisfy the dependency paths**

```
$ npm install --save primer-core
$ npm install --save primer-product
```

## Usage

The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this.

```scss
@import "primer-core/index.scss";
@import "primer-product/index.scss";
```

You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._
Expand Down

0 comments on commit 5b43ccd

Please sign in to comment.