Replies: 1 comment 1 reply
-
I think "theme" in this context is for the set up of theme tokens definitions and generally no actual styling happens in this layer. The styles in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I noticed that Tailwind places its layers in the following order:
@layer theme, base, components, utilities;
.I am curious why the
base
layer is not placed first?If I understand correctly, it may override the
theme
styles, and I assume thebase
layer contains reset styles, so that would be undesirable behavior. Or am I missing something?Kind regards
Beta Was this translation helpful? Give feedback.
All reactions