Skip to content

Commit

Permalink
feat(package): Add default sass export
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Raider committed Feb 27, 2019
1 parent 55c37ef commit 4c2683a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/ray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ yarn add @wework/ray
npm install --save @wework/ray
```

Then import the library in your sass file:

```scss
@import '@wework/ray';
```

## Development

```bash
Expand Down
3 changes: 3 additions & 0 deletions packages/ray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"style": {
"scss": "lib/application.scss"
}
}

0 comments on commit 4c2683a

Please sign in to comment.