Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit fd01a4c

Browse files
chore: update tailwindcss configuration
1 parent d68e94c commit fd01a4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tailwind.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
2-
purge: ['./src/**/*.{js,jsx,ts,tsx}'],
3-
darkMode: false, // or 'media' or 'class'
2+
content: ['./src/**/*.{js,jsx,ts,tsx}'],
43
theme: {
54
extend: {
65
fontFamily: {

0 commit comments

Comments
 (0)