PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

feat(sass): Replace stylus with sass #188

Closed fesor closed 7 years ago

fesor commented 7 years ago

Sass is currently most popular css preprocessor. It is used by most popular UI toolkits like Twitter Bootstrap or Angular Material.

By switching from stylus to sass we will provide more flexible and ready to use solution.

fesor commented 7 years ago

@gdi2290 @Hendrixer What do you guys think?

PatrickJS commented 7 years ago

yeah scss is more popular

fabianvelizok commented 7 years ago

First thing I did when I downloaded NG6 was replace stylus by sass :)

PatrickJS commented 7 years ago

thanks