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
addComponentsandaddUtilitiesis the same in CSS.There's a
componentslayer in output CSS:but looks like there's no way to add styles to it.
addComponentsadds styles toutilitieslayer which gives the components an equal specificity as utilities.Shouldn't
addComponentsadd styles to@layer components?Beta Was this translation helpful? Give feedback.
All reactions