greghunt / tailpress

Seamlessly add Tailwind to your WordPress site without any build steps.
4 stars 2 forks source link

settings ignored on save #13

Open allotmentandy opened 10 months ago

allotmentandy commented 10 months ago

i am trying to add a color to the tailwind config. but it reverts to { "preflight":false } on save

please, can you paste in an example of how i am supposed to add a color to the config like this perhaps

{ theme: { colors: { 'blue': '#1fb6ff' }, fontFamily: { sans: ['Graphik', 'sans-serif'], serif: ['Merriweather', 'serif'], }, } } }

thanks in advance, it looks like a nice way to incorporate tailwind into wordpress