1
0
Fork 0

fix(www): No longer load daisyui/colors in tailwind config

This commit is contained in:
Joost De Cock 2022-02-19 14:17:42 +01:00
parent b79acfd3bc
commit a7e81fea2c

View file

@ -17,10 +17,5 @@ module.exports = {
utils: true,
logs: true,
rtl: false,
},
theme: {
extend: {
colors: require('daisyui/colors'),
},
},
}
}