Using WordPress Theme customizer with SCSS?
-
Hello!
Does anyone know if it’s possible to somehow use the theme customizer settings with SCSS or maybe have a better solution to this problem:
My problem is that I’ve got a scss file with all the color settings for my websites but I got this idea that I wanted to transfer this to the theme customizer and set all the colors in wordpress instead.
Lets say I have a color setting in scss that looks something like this:
@mainColor = #000000;and then a bunch of classes that get’s the color @mainColor in different ways. Links, backgrounds..whatever.
Can I, in some way, through the theme customizer set @mainColor to whatever I want?
The topic ‘Using WordPress Theme customizer with SCSS?’ is closed to new replies.