Skip to content

[Color previewer]: No support for oklch (DaisyUI v4) #887

Closed
@bastiaanv

Description

@bastiaanv

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

Screenshot 2023-12-19 at 16 09 58

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions