update config
This commit is contained in:
parent
fc15bd6c27
commit
24eeb313cd
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,6 @@ module.exports = {
|
|||
// '../../templates/**/*.html',
|
||||
// '../../templates/*.html'
|
||||
//],*/
|
||||
prefix: 'z-',
|
||||
darkMode: 'class', // or 'media' or 'class'
|
||||
theme: {
|
||||
colors: {
|
||||
|
@ -18,7 +17,8 @@ module.exports = {
|
|||
pink: colors.pink,
|
||||
green: colors.green,
|
||||
red: colors.rose,
|
||||
yellow: colors.amber
|
||||
yellow: colors.amber,
|
||||
blue: colors.blue
|
||||
},
|
||||
extend: {},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue