forked from rDrama/rDrama
1
0
Fork 0

test jit and apply

master
fireworks88 2021-11-25 23:10:04 +01:00
parent 93419e4a1a
commit c145b009e1
2 changed files with 9 additions and 5 deletions

View File

@ -5,6 +5,10 @@
@tailwind components;
@tailwind utilities;
.test {
@apply text-red-700 font-3xl;
}
*,
*::before,
*::after {

View File

@ -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: {