Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
53 views

There is a Vite project using TailwindCSS v4. v4 already targets Baseline 2023 and correctly uses oklch() colors. Input CSS @theme { --color-demo: oklch(98% 0.006 251deg); } Generated CSS with Vite ...
rozsazoltan's user avatar
  • 18.4k