-
Hi everyone. Hopefully someone has an idea what weird stuff is happening for me.. I've got a button which looks like this: The color gray-100 is set in
When inspecting the button on the website I'm facing this css code: .dark\:bg-gray-100\/5:is(.dark *) {
background-color: oklab(94.3089% --59.6046e-9 0/.05);
} oklab(94.3089% --59.6046e-9 0/.05) this is obviously not working for the browser. Any ideas whats going on? Thank you very much |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's a bug with Lightning CSS (Tailwind uses it under the hood when doing production builds): parcel-bundler/lightningcss#899. Consider updating |
Beta Was this translation helpful? Give feedback.
It's a bug with Lightning CSS (Tailwind uses it under the hood when doing production builds): parcel-bundler/lightningcss#899.
Consider updating
lightningcss
tov1.29.2+
to fix the issue.