-
-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Description
What version of VS Code are you using?
v1.85.1
What version of Tailwind CSS IntelliSense are you using?
v0.10.3
What version of Tailwind CSS are you using?
v3.3.6
What package manager are you using?
npm
What DaisyUI version are you using?
v4.4.19 (dev dependency)
What operating system are you using?
MacOS
Tailwind config
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,js}"],
plugins: [require("daisyui")],
};Describe your issue
The color previewer in VSCode does not show the oklch-colors correctly. Actual color: https://oklch.com/#49.12,0.3096,275.75,100

Teages and taha333taha
Metadata
Metadata
Assignees
Labels
No labels