Skip to content

Commit

Permalink
Updated tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Doc0x1 committed Jun 27, 2024
1 parent 34f4085 commit bfbadae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/tailwind/templates/config/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// tailwind.config.js
module.exports = {
content: [
"./{src/pages,src/components,src/app,src,pages,components,app}/**/*.{js,ts,jsx,tsx,mdx}",
'./app/**/*.{js,ts,jsx,tsx,mdx}',
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
'./components/**/*.{js,ts,jsx,tsx,mdx}',
'./src/**/*.{js,ts,jsx,tsx,mdx}',
],
theme: {
extend: {},
Expand Down

0 comments on commit bfbadae

Please sign in to comment.