Description
When building an Angular project using tailwindcss-primeui v0.6.1, the following CSS syntax warning appears in the build output:
Warning: CSS syntax error
Expected identifier but found * at line 2293, column 32
Environment
- Package version:
tailwindcss-primeui v0.6.1
-
- Tools: Angular Build/Tailwind CSS
Steps to Reproduce
- Install
tailwindcss-primeui v0.6.1.
-
- Run build process.
-
- Observe warnings in the console.
The warning seems to originate from the bundled CSS of the library. Even though it doesn't break the application, it causes noise in the build logs.