Skip to content

Commit

Permalink
simplify tailwind.config->content
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Jun 21, 2024
1 parent 08cb145 commit 955d2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/content/docs/guides/adonis-js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ npx tailwindcss init -p
```js {3}
/** @type {import('tailwindcss').Config} */
export default {
content: ["./inertia/**/*.{js,ts,jsx,tsx,vue}", "./resources/**/*.{edge,js,ts,jsx,tsx,vue}"],
content: ["./inertia/**/*.{js,ts,jsx,tsx}", "./resources/**/*.{edge,js,ts,jsx,tsx}"],
theme: {
extend: {},
},
Expand Down

0 comments on commit 955d2da

Please sign in to comment.