Dopefolio icon indicating copy to clipboard operation
Dopefolio copied to clipboard

Colour variable not used

Open HaralDev opened this issue 3 years ago • 1 comments

The colour variable in sass/abstract/_variables is actually not used in the style.css

HaralDev avatar Sep 03 '22 17:09 HaralDev

sass related files defined the variables and functions when you compile for your style.css. when you successfully run npm run compile:scss, style.css will be updated as your settings in sass related files.

Therefore, if you modified the color variable in variables.scss, please run the command above, then you will see the change in theme color of your website. And, you will find style.css been changed by the compilation of sass

kenchung285 avatar Nov 26 '24 15:11 kenchung285