update to Andy's defaults

This commit is contained in:
madrilene 2024-02-13 16:44:27 +01:00
parent e8b8d688fb
commit 241c055a47

View file

@ -66,8 +66,20 @@ module.exports = {
// Disables Tailwind's reset etc
corePlugins: {
preflight: false
preflight: false,
textOpacity: false,
backgroundOpacity: false,
borderOpacity: false
},
// Prevents Tailwind's core components
blocklist: ['container'],
// Prevents Tailwind from generating that wall of empty custom properties
experimental: {
optimizeUniversalDefaults: true
},
plugins: [
// Generates custom property values from tailwind config
plugin(function ({addComponents, config}) {