url imports do not get a top level in v4 #17109
-
My main css stylesheet is importing another css stylesheet that has a url import. app.css
other.css
before v4- the output generated css file from tailwind had the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yep, so in v4, you are responsible for the correct
|
Beta Was this translation helpful? Give feedback.
Yep, so in v4, you are responsible for the correct
@import
order. As per the documentation: