Remove jit mode from tailwind config

This commit is contained in:
Yash Singh
2021-12-17 14:25:02 -08:00
committed by GitHub
parent ccd198922c
commit f027ef0b97
-1
View File
@@ -1,5 +1,4 @@
module.exports = {
mode: 'jit',
plugins: [require('daisyui')],
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {