Answer the question
In order to leave comments, you need to log in
Replacing variable value with variable name in scss with gulp?
How can I automate the following process in .scss using gulp:
$white_color: #ffffff;
.foo {
color: #ffffff;
}
$white_color: #ffffff;
.foo {
color: $white_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