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',
|
||||||
// '../../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: {},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue