Skip to content

Commit

Permalink
fix: fix tailwind config for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ariscript committed Dec 31, 2021
1 parent 9147890 commit 144f403
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
Expand Up @@ -2,13 +2,13 @@ const colors = require("tailwindcss/colors");

module.exports = {
mode: "jit",
purge: [
content: [
"./src/windows/**/*.{js,jsx,ts,tsx}",
"./src/components/**/*.{js,jsx,ts,tsx}",
"./src/index.html",
"./src/**/*.css",
],
darkMode: "class", // or 'media' or 'class'
darkMode: "class",
theme: {
extend: {
colors: {
Expand Down

0 comments on commit 144f403

Please # to comment.