+ 1
Do we really need preprocessors like SASS and Jade and etc. And what its function
Use of Pre processors
2 Respostas
+ 1
One of its use is to do math without using js; you can add the widths of two elements directly in sass, which gets compiled into css.
+ 1
Thank you very much
appreciate your answer :)