Skip to content

Commit f7f0b7c

Browse files
Update README.md
1 parent fdaa31b commit f7f0b7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ ember-cli-sass uses libsass to preprocess your ember-cli app's files and provide
1616
ember install ember-cli-sass
1717
```
1818

19+
### Addon Development
20+
21+
If you want to using ember-cli-sass in an addon and you want to distribute the compiled CSS it must be installed as a `dependency` so that `addon/styles/addon.scss` is compiled into `dist/assets/vendor.css`. This can be done using `npm install --save ember-cli-sass`.
22+
1923
## Usage
2024

2125
By default this addon will compile `app/styles/app.scss` into `dist/assets/app.css` and produce

0 commit comments

Comments
 (0)