Skip to content

Commit

Permalink
Fixes broken purge setting
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoVals committed Feb 17, 2021
1 parent a79daa9 commit 90f9d83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion next-app/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
purge: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}"],
purge: [
'./src/pages/**/*.{js,ts,jsx,tsx}',
'./src/components/**/*.{js,ts,jsx,tsx}',
],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
Expand Down

0 comments on commit 90f9d83

Please sign in to comment.