Next.js Discord

Discord Forum

Not able to use CSS variables inside globals.css file

Unanswered
nikkuv posted this in #help-forum
Open in Discord
:root {
--primary-color: #1563FF;
}

I'm trying to use css varibales through out my project in nextjs but I'm getting this error

0 Replies