Skip to content

Commit 955d2da

Browse files
committed
simplify tailwind.config->content
1 parent 08cb145 commit 955d2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/content/docs/guides/adonis-js.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ npx tailwindcss init -p
5050
```js {3}
5151
/** @type {import('tailwindcss').Config} */
5252
export default {
53-
content: ["./inertia/**/*.{js,ts,jsx,tsx,vue}", "./resources/**/*.{edge,js,ts,jsx,tsx,vue}"],
53+
content: ["./inertia/**/*.{js,ts,jsx,tsx}", "./resources/**/*.{edge,js,ts,jsx,tsx}"],
5454
theme: {
5555
extend: {},
5656
},

0 commit comments

Comments
 (0)