Skip to content

Commit

Permalink
Do not strip styles from style.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
abefernan committed Jan 29, 2021
1 parent 17386dd commit ecb88fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
purge: {
mode: "layers",
content: ["./src/**/*.tsx"],
content: ["./src/**/*.tsx", "./src/**/*.ts"],
},
};

0 comments on commit ecb88fa

Please sign in to comment.