forked from rDrama/rDrama
1
0
Fork 0
master
fireworks88 2021-11-25 23:12:43 +01:00
parent 12d2c898df
commit 0bf7ea8be0
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ const colors = require('tailwindcss/colors')
module.exports = {
mode: 'jit',
purge: [
'../../templates/**/*.html',
'../../templates/*.html'
'files/templates/**/*.html',
'files/templates/*.html'
],
darkMode: 'class', // or 'media' or 'class'
theme: {