Skip to content

Commit ed22f78

Browse files
author
Jonathan Grupp
committed
readme: faq for component SCSS - refer to wiki page in addition to issue PatrickJS#136
1 parent b992596 commit ed22f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ import * as _ from 'lodash';
332332
* How do I start the app when I get `EACCES` and `EADDRINUSE` errors?
333333
* The `EADDRINUSE` error means the port `3000` is currently being used and `EACCES` is lack of permission for webpack to build files to `./dist/`
334334
* How to use `sass` for css?
335-
* `loaders: ['raw-loader','sass-loader']` and `@Component({ styleUrls: ['./filename.scss'] })` see issue [#136](https://github.com/AngularClass/angular2-webpack-starter/issues/136)
335+
* * `loaders: ['raw-loader','sass-loader']` and `@Component({ styleUrls: ['./filename.scss'] })` see Wiki page [How to include SCSS in components](https://github.com/AngularClass/angular2-webpack-starter/wiki/How-to-include-SCSS-in-components), or issue [#136](https://github.com/AngularClass/angular2-webpack-starter/issues/136) for more information.
336336
* How do I test a Service?
337337
* See issue [#130](https://github.com/AngularClass/angular2-webpack-starter/issues/130#issuecomment-158872648)
338338
* How do I add `vscode-chrome-debug` support?

0 commit comments

Comments
 (0)