Not able to use CSS variables inside globals.css file
Unanswered
nikkuv posted this in #help-forum
nikkuvOP
:root {
--primary-color: #1563FF;
}
I'm trying to use css varibales through out my project in nextjs but I'm getting this error
--primary-color: #1563FF;
}
I'm trying to use css varibales through out my project in nextjs but I'm getting this error