I am trying to make an app, using tailwind for styling. The problem emerges when I try to use my variables with tailwind. I made seperate config for tailwind, declared the variables in global.css, but the styles do not apply. I want to use this way of styling since it is more readable. help.
I tried adding "content" to my config file, but that did not work either. even when I inspect the text in chrome, the style does not appear there.