Answer the question
In order to leave comments, you need to log in
How to set up the import correctly?
I have a file that contains variables with colors and a file that contains general styles. They are all in the same folder.
The variable file contains:
$text-color: #242424;
$white: #fff;
@import "_vars.scss";
body{
color: $text-color;
}
Компиляция проходит нормально, но вместо цвета указывается название переменной. В чем проблема может быть и в какую сторону хотя бы нужно гуглить?
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