Skip to content

Commit

Permalink
Trying new purge
Browse files Browse the repository at this point in the history
  • Loading branch information
okbel committed Oct 26, 2020
1 parent 222c964 commit 4ff7887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion assets/main.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* purgecss start ignore */
@import 'tailwindcss/base';
@import './font.css';
@import './base.css';

@import 'tailwindcss/components';
@import './components.css';
/* purgecss end ignore */

@import 'tailwindcss/utilities';
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
future: {
removeDeprecatedGapUtilities: true,
purgeLayersByDefault: true,
},
theme: {
extend: {
Expand Down

0 comments on commit 4ff7887

Please sign in to comment.