What is the easiest way to use scss?
i Tried the wp-scss plugin but it doesnt seems to work for me:
In my theme:
root:
css -> style.css
scss -> style.scss
settings for scss and css location are ‘/scss/’ and ‘/css/’.
style.scss
$pink : #7e40e4;
style.css
.bg {background:$pink}
doesn’t work, what am i missing?
Thanks