rammcodes / Dopefolio

Dopefolio 🔥 - Portfolio Template for Developers 🚀
https://dopefolio.netlify.app
GNU General Public License v3.0
3.43k stars 693 forks source link

Colour variable not used #20

Open HaralDev opened 2 years ago

HaralDev commented 2 years ago

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

kenchung285 commented 12 hours ago

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