Use PostCSS function from browser vendors to generate fallback color defs for when OKLCH isn't supported (#2770)

This commit is contained in:
Frank Noirot
2024-07-01 15:29:08 -04:00
committed by GitHub
parent 446f92a53a
commit 0c5b13ade5
3 changed files with 53 additions and 0 deletions

View File

@ -1,6 +1,7 @@
module.exports = {
plugins: {
tailwindcss: {},
'@csstools/postcss-oklab-function': { preserve: true },
autoprefixer: {},
},
}