-
@utility ding-dong {
padding: 0
}
|
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Mar 4, 2025
Replies: 1 comment 1 reply
-
Perhaps check you've added a semi-colon after -@import "tailwindcss"
+@import "tailwindcss"; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
me-nkr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perhaps check you've added a semi-colon after
@import
: