Answer the question
In order to leave comments, you need to log in
How not to generate a fallback for CSS variables in SASS?
SCSS duplicates class properties where CSS variables are used. I didn't find anything about disabling it.
Source class:
.class {
color: var(--text);
}
.class {
color: #ebebeb;
color: var(--text);
}
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