4
0
forked from crowetic/commerce

Trying new purge

This commit is contained in:
Belen Curcio 2020-10-26 10:27:57 -03:00
parent 222c96472b
commit 4ff7887771
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,9 @@
/* purgecss start ignore */
@import 'tailwindcss/base'; @import 'tailwindcss/base';
@import './font.css'; @import './font.css';
@import './base.css'; @import './base.css';
@import 'tailwindcss/components'; @import 'tailwindcss/components';
@import './components.css'; @import './components.css';
/* purgecss end ignore */
@import 'tailwindcss/utilities'; @import 'tailwindcss/utilities';

View File

@ -1,7 +1,6 @@
module.exports = { module.exports = {
future: { future: {
removeDeprecatedGapUtilities: true, removeDeprecatedGapUtilities: true,
purgeLayersByDefault: true,
}, },
theme: { theme: {
extend: { extend: {