#21 Fixed missing -webkit-text-fill-color to override default safari styles

This commit is contained in:
Glenn de Haan
2022-12-18 10:42:59 +01:00
parent 998d9479c7
commit 19e3d7e04c
4 changed files with 35 additions and 2 deletions

View File

@@ -8,5 +8,7 @@ module.exports = {
variants: {
extend: {}
},
plugins: []
plugins: [
require("tailwindcss-text-fill")
]
};