feat: add filter to backgroundImage

This commit is contained in:
Bart van der Braak 2023-06-14 03:48:37 +02:00
parent dcbaafc433
commit 25d8b64ebf

View file

@ -28,6 +28,7 @@ module.exports = {
"gradient-radial": "radial-gradient(var(--tw-gradient-stops))",
"gradient-conic":
"conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))",
filter: "brightness(120%) saturate(120%) blur(2px)",
},
},
},