Skip to content

Commit

Permalink
🩹 fix(tailwind): fix tailwind css warnings
Browse files Browse the repository at this point in the history
removed the jit from config since it is enabled by default. also changed the dark mode to media
  • Loading branch information
AhsanAyaz committed Dec 11, 2021
1 parent dd401bd commit 3f13587
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
jit: true,
purge: ["./src/**/*.html", "./src/**/*.{js,jsx,ts,tsx}"],
darkMode: false, // or 'media' or 'class'
content: ["./src/**/*.html", "./src/**/*.{js,jsx,ts,tsx}"],
darkMode: "media",
theme: {
extend: {
colors: {
Expand Down

0 comments on commit 3f13587

Please sign in to comment.