Replies: 1 comment
-
I think it will be the case when looking at migration script tests here: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
It seems like the output of
addComponents
andaddUtilities
is the same in CSS.There's a
components
layer in output CSS:but looks like there's no way to add styles to it.
addComponents
adds styles toutilities
layer which gives the components an equal specificity as utilities.Shouldn't
addComponents
add styles to@layer components
?Beta Was this translation helpful? Give feedback.
All reactions