Skip to content

Commit

Permalink
Tailwind important
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkerlucio committed Jul 3, 2021
1 parent 26b52ea commit 096313b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const DEV_PATHS = [

module.exports = {
mode: 'jit',
important: true,
purge: {
// in prod look at shadow-cljs output file in dev look at runtime, which will change files that are actually compiled; postcss watch should be a whole lot faster
content: process.env.NODE_ENV == 'production' ? PROD_PATHS : DEV_PATHS
Expand Down

0 comments on commit 096313b

Please sign in to comment.