You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ ember-cli-sass uses libsass to preprocess your ember-cli app's files and provide
16
16
ember install ember-cli-sass
17
17
```
18
18
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
+
19
23
## Usage
20
24
21
25
By default this addon will compile `app/styles/app.scss` into `dist/assets/app.css` and produce
0 commit comments