@import
is a css/postcss feature and those imports can only be added at the top of any css file. Using @tailwind
essentially means the following @import
s are no longer at the top of the file.
3 Likes
@import
is a css/postcss feature and those imports can only be added at the top of any css file. Using @tailwind
essentially means the following @import
s are no longer at the top of the file.