Skip to content

Commit

Permalink
Fix for usage in CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushdharkar authored and webark committed Nov 24, 2017
1 parent 8b01c95 commit 9975a7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ To use this addon you *MUST*, import `pod-styles` into your base stylesheet.
@import 'pod-styles'
```

```scss
// app/styles/app.css
@import "pod-styles";
```css
/* app/styles/app.css */
@import "pod-styles.css";
```

And that is it! The `pod-styles` file is generated during the build and will then be pulled into your other stylesheet to be processed like normal.
Expand Down

0 comments on commit 9975a7f

Please sign in to comment.