Skip to content

Commit

Permalink
IDK
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Dec 3, 2024
1 parent 0dbd6f4 commit e18e5ca
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/**/*.{js,ts,jsx,tsx}',
// Add paths to other files that use Tailwind
],
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}
};

0 comments on commit e18e5ca

Please sign in to comment.