Skip to content

Commit

Permalink
Update tailwind.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaBanovic authored Jan 29, 2025
1 parent 61d0f15 commit 96f6f31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tailwind.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
content: [
'./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}',
'./src/components/**/*.{js,ts,jsx,tsx}', // Explicitly include components
],
theme: {
extend: {},
},
plugins: [],
};
};

0 comments on commit 96f6f31

Please sign in to comment.