test jit and apply
This commit is contained in:
parent
24eeb313cd
commit
b76c1d72b8
2 changed files with 9 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
const colors = require('tailwindcss/colors')
|
||||
|
||||
module.exports = {
|
||||
//mode: 'jit',
|
||||
//purge: [
|
||||
// '../../templates/**/*.html',
|
||||
// '../../templates/*.html'
|
||||
//],*/
|
||||
mode: 'jit',
|
||||
purge: [
|
||||
'../../templates/**/*.html',
|
||||
'../../templates/*.html'
|
||||
],
|
||||
darkMode: 'class', // or 'media' or 'class'
|
||||
theme: {
|
||||
colors: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue