Disable purge for now
This commit is contained in:
parent
8b722995c4
commit
93873f0623
|
@ -3,6 +3,7 @@ const {fontFamily, spacing} = require('tailwindcss/defaultTheme')
|
|||
|
||||
module.exports = {
|
||||
important: true,
|
||||
purge: false,
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
|
|
Loading…
Reference in a new issue