Use PostCSS function from browser vendors to generate fallback color defs for when OKLCH isn't supported (#2770)
This commit is contained in:
		@ -1,6 +1,7 @@
 | 
			
		||||
module.exports = {
 | 
			
		||||
  plugins: {
 | 
			
		||||
    tailwindcss: {},
 | 
			
		||||
    '@csstools/postcss-oklab-function': { preserve: true },
 | 
			
		||||
    autoprefixer: {},
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user