Skip to content

Commit

Permalink
Removed tailwind warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
souljuse committed Jan 25, 2022
1 parent 9fead23 commit a8c9618
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module.exports = {
mode: "jit",
purge: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}"],
darkMode: false, // or 'media' or 'class'
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit a8c9618

Please sign in to comment.