+ 2
Have you ever used Less/Sass?
Just wanna know who already experienced working with it, if it's worth to learn it or just keep with the usual css
3 Respuestas
+ 3
It's definitely worth learning! It basically the same as css, but with many more utilities such as nesting, variables, control directives, mixins, etc.
The command line tools are well documented and easy to use. You can write your own shell scripts or use grunt/gulp to automate all of it.
+ 3
alright, thanks
+ 2
Yes, write in less or sass should be better and more efficient than css.
Use gulp or grunt to automate the css conversion process.