Answer the question
In order to leave comments, you need to log in
Is there a live compiler for SASS similar to Less?
Less has a very handy live-compiler, just attach the script to the site
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js"></script>
and all less code is automatically compiled to css on the client side. It goes without saying that this method cannot be used on a permanent basis, but during development it greatly simplifies life, especially if development is carried out immediately on the hosting. Answer the question
In order to leave comments, you need to log in
I use SASS in my project, I'm terribly tired of compiling the code on local every time, and then transferring it to hosting,Hosted development is very bad.
Start with prepros . You'll probably have enough of it. There is compilation on the fly and uploading to hosting right away.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question