master
fireworks88 2021-11-25 22:58:01 +01:00
parent cc698b999e
commit 26fcdbe226
1 changed files with 20 additions and 2 deletions

View File

@ -1,7 +1,25 @@
const colors = require('tailwindcss/colors')
module.exports = {
purge: [],
darkMode: false, // or 'media' or 'class'
//mode: 'jit',
//purge: [
// '../../templates/**/*.html',
// '../../templates/*.html'
//],*/
prefix: 'z-',
darkMode: 'class', // or 'media' or 'class'
theme: {
colors: {
transparent: 'transparent',
current: 'currentColor',
black: colors.black,
white: colors.white,
gray: colors.gray,
pink: colors.pink,
green: colors.green,
red: colors.rose,
yellow: colors.amber
},
extend: {},
},
variants: {