You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[plugin:vite:css] [postcss] /Users/filip/code/velipx/resources/css/app.css:2356:14: Unknown word
/Users/filip/code/velipx/resources/css/app.css:2356:13
at Input.error (/Users/filip/code/velipx/node_modules/postcss/lib/input.js:106:16)
at Parser.unknownWord (/Users/filip/code/velipx/node_modules/postcss/lib/parser.js:593:22)
at Parser.other (/Users/filip/code/velipx/node_modules/postcss/lib/parser.js:435:12)
at Parser.parse (/Users/filip/code/velipx/node_modules/postcss/lib/parser.js:470:16)
at parse (/Users/filip/code/velipx/node_modules/postcss/lib/parse.js:11:12)
at new LazyResult (/Users/filip/code/velipx/node_modules/postcss/lib/lazy-result.js:133:16)
at Processor.process (/Users/filip/code/velipx/node_modules/postcss/lib/processor.js:53:14)
at compileCSS (file:///Users/filip/code/velipx/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:36897:59)
at async TransformPluginContext.transform (file:///Users/filip/code/velipx/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:36170:11)
at async PluginContainer.transform (file:///Users/filip/code/velipx/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:49096:18
````
The text was updated successfully, but these errors were encountered:
Just as an aside, does this actually need to be a utility vs. just a class? The main difference is that a utility is something you combine with variants, like md:flex for example.
Do you actually ever need to do things like hover:checkbox where the element should only look like a checkbox on hover?
What version of Tailwind CSS are you using?
^4.0.0-beta.2
What build tool (or framework if it abstracts the build tool) are you using?
Vite 5.0
What version of Node.js are you using?
v22.10.0
What browser are you using?
Chrome
What operating system are you using?
macOS
Describe your issue
I have in my main app.css like this:
and here is checkbox-radio-switch.css:
I'm getting this error:
The text was updated successfully, but these errors were encountered: