Answer the question
In order to leave comments, you need to log in
Is it possible to change the SCSS compiler version? If yes, how is it done?
Some time ago I used Ruby to compile SASS to CSS. And everything was fine. Ruby is now deprecated and not recommended for compiling SASS.
I installed Dart. Began to compile them. It does this much faster and supports new features.
But I started getting errors. For example, this code throws an error:
$main_color: #333333;
background: $main_color + 70;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question