In what layer I should put regular CSS variables? #16635
-
Docs says
Cool, but it doesn't mention where it's better to put |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I would put them in |
Beta Was this translation helpful? Give feedback.
I would put them in
@layer theme { ... }
but you're right there's unlikely to ever be a functional difference in a real project. But that's my recommendation just to have one less thing to think about 👍