Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Dec 23, 2024
1 parent 63a127a commit 93963fd
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions examples/main/tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [
require('daisyui'),
],
}

plugins: [require('daisyui')],
};

0 comments on commit 93963fd

Please sign in to comment.