Skip to content

Commit

Permalink
fix(tailwindcss): rectify tailwindcss configuration (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored Dec 18, 2021
1 parent 2ebe0f5 commit 2ad2e24
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 = {
mode: 'jit',
purge: ['./public/**/*.html', './src/**/*.{js,jsx,ts,tsx}'],
darkMode: false, // or 'media' or 'class'
content: ['./public/**/*.html', './src/**/*.{js,jsx,ts,tsx}'],
darkMode: 'media', // or 'media' or 'class'
important: true,
theme: {
extend: {
Expand Down

0 comments on commit 2ad2e24

Please sign in to comment.