Skip to content

Commit c9d12d6

Browse files
Update README.md
1 parent f7f0b7c commit c9d12d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ ember install ember-cli-sass
1818

1919
### Addon Development
2020

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`.
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:
22+
23+
```bash
24+
npm install --save ember-cli-sass
25+
```
2226

2327
## Usage
2428

0 commit comments

Comments
 (0)