diff --git a/files/static/src/main.css b/files/static/src/main.css index a8e459148..5e8327744 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -5,6 +5,10 @@ @tailwind components; @tailwind utilities; +.test { + @apply text-red-700 font-3xl; +} + *, *::before, *::after { diff --git a/tailwind.config.js b/tailwind.config.js index 95cb74755..c7a7259b4 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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: {