Skip to content

Commit

Permalink
fix: fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
invisiblemask committed Nov 19, 2024
1 parent 4d4cb45 commit 23cd01c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: ['class'],
content: [
'./src/**/*.{js,ts,jsx,tsx,mdx}',
],
content: ['./src/**/*.{js,ts,jsx,tsx,mdx}'],
prefix: '',
theme: {
extend: {
Expand Down

0 comments on commit 23cd01c

Please sign in to comment.