G
G
godsplane2021-04-15 13:21:41
css
godsplane, 2021-04-15 13:21:41

Scss compiler variables to css variables?

Is there some kind of non-gemoral scss collector with converting scss variables to css variables? preferably what is in npm

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Bannikov, 2021-04-15
@vabka

scss variables work at compile time.
css variables - in runtime If you want to use css variables in
scss, then use the css syntax (via --)

N
neuroscript, 2021-04-15
@neuroscript

gulp
gulp-sass
gulp-autoprefixer
gulp-group-css-media-queries
gulp-clean-css

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question