test jit and apply
This commit is contained in:
parent
24eeb313cd
commit
b76c1d72b8
2 changed files with 9 additions and 5 deletions
|
@ -5,6 +5,10 @@
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
.test {
|
||||||
|
@apply text-red-700 font-3xl;
|
||||||
|
}
|
||||||
|
|
||||||
*,
|
*,
|
||||||
*::before,
|
*::before,
|
||||||
*::after {
|
*::after {
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue