Prefix Error - Parsing CSS source code failed #19231
Answered
by
wongjn
PetrusBorges
asked this question in
Help
-
|
Hello guys im using tailwind cli v4 to create some components and import to another aplications i made this configaration @import "tailwindcss" prefix "capo"; in my output.css already refresh the prefix value like this
but when i import my output.css into my app like this import "@capo/ui/output.css"; // ccs components i get this error
|
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Oct 29, 2025
Replies: 1 comment 1 reply
-
|
The syntax is incorrect. It should be: @import "tailwindcss" prefix(capo); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PetrusBorges
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The syntax is incorrect. It should be: