Skip to content

Commit

Permalink
Merge pull request #82 from primer/mdo-patch-1
Browse files Browse the repository at this point in the history
Update @import guidelines
  • Loading branch information
mdo committed Mar 30, 2015
2 parents a4d3311 + c34a3c0 commit 4893fa9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ Once included, simply `@import` either the master SCSS file, or the individual f

```scss
// Example: All of Primer
@import "primer/scss/primer";
@import "primer-css/scss/primer";

// Example: Individual files
@import "primer/scss/variables";
@import "primer/scss/mixins";
@import "primer/scss/base";
@import "primer-css/scss/variables";
@import "primer-css/scss/mixins";
@import "primer-css/scss/base";
```

## Documentation
Expand Down

0 comments on commit 4893fa9

Please sign in to comment.