update config

This commit is contained in:
fireworks88 2021-11-25 23:03:37 +01:00
parent fc15bd6c27
commit 24eeb313cd

View file

@ -6,7 +6,6 @@ module.exports = {
// '../../templates/**/*.html', // '../../templates/**/*.html',
// '../../templates/*.html' // '../../templates/*.html'
//],*/ //],*/
prefix: 'z-',
darkMode: 'class', // or 'media' or 'class' darkMode: 'class', // or 'media' or 'class'
theme: { theme: {
colors: { colors: {
@ -18,7 +17,8 @@ module.exports = {
pink: colors.pink, pink: colors.pink,
green: colors.green, green: colors.green,
red: colors.rose, red: colors.rose,
yellow: colors.amber yellow: colors.amber,
blue: colors.blue
}, },
extend: {}, extend: {},
}, },