test jit and apply

This commit is contained in:
fireworks88 2021-11-25 23:10:04 +01:00
parent 24eeb313cd
commit b76c1d72b8
2 changed files with 9 additions and 5 deletions

View file

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

View file

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