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
@@ -249,6 +250,18 @@ ng completion >> ~/.bash_profile
249
250
source~/.bash_profile
250
251
```
251
252
253
+
254
+
### CSS Preprocessor integration
255
+
256
+
We support all major CSS preprocessors:
257
+
- sass (node-sass)
258
+
- less (less)
259
+
- compass (compass-importer + node-sass)
260
+
- stylus (stylus)
261
+
262
+
To use one just install for example `npm install node-sass` and rename `.css` files in your project to `.scss` or `.sass`. They will be compiled automatically.
263
+
264
+
252
265
## Known issues
253
266
254
267
This project is currently a prototype so there are many known issues. Just to mention a few:
0 commit comments