|
|
|
|
|
by rakk
3919 days ago
|
|
If you can do without the latest of the latest in Sass I highly recommend using a libsass implementation. So much faster than the Ruby version!
OT: I also like that they've used a BEM-like approach, although I personally prefer a double underscore as separator between elements. |
|
In a previous project, we saw Sass compiles go from ~15s to about 400ms by moving to libsass. Completely changes the development cycle (with HMR or livereload) as you see changes immediately.