Skip to content

Commit

Permalink
fix:purge replaced by content
Browse files Browse the repository at this point in the history
  • Loading branch information
suhas-kadu committed Apr 28, 2022
1 parent 6db8998 commit e044e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
purge: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"],
content: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"],
darkMode: "class", // or 'media' or 'class'
content: [],

theme: {
extend: {},
},
Expand Down

0 comments on commit e044e7d

Please sign in to comment.