Merge branch 'mistletoe' of https://github.com/Aevann1/Drama into mistletoe

master
kek7198 2021-11-25 16:10:21 -06:00
commit a7e24dc3e7
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: {