Skip to content

Commit

Permalink
css: purge extra tailwind CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
freesteph committed Feb 23, 2021
1 parent 1997ef6 commit 9db1908
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module.exports = {
purge: [],
purge: ["./app/javascript/packs/*.css"],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
extend: {}
},
variants: {
extend: {},
extend: {}
},
plugins: [],
}
plugins: []
};

0 comments on commit 9db1908

Please sign in to comment.