powa-team / powa-web

PoWA user interface
http://powa.readthedocs.io/
74 stars 31 forks source link

Use grunt-sass instead of grunt-contrib-sass #32

Closed pgiraud closed 7 years ago

pgiraud commented 7 years ago

As opposed to grunt-contrib-sass, grunt-sass doesn't require Ruby nor Sass to be installed on the system. It relies on node-sass which makes installation a bit easier.

Note: modifications on the built .min.css are due to precision in rounded values or formatting.

pgiraud commented 7 years ago

This has been integrated. See 9fd53b5e84cc4ebdef94821bd777db1da045e847. Closing.