Skip to content

Commit a5cfa5d

Browse files
committed
include css in class scanning
1 parent f271952 commit a5cfa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@import "tailwindcss/theme.css" layer(theme) source(none);
55
@import "tailwindcss/utilities.css" layer(utilities) source(none);
66

7-
@source "../**/*.{astro,html,js,jsx,ts,tsx}";
7+
@source "../**/*.{astro,html,js,jsx,ts,tsx,css}";
88
@source not "../content/";
99

1010
@theme {

0 commit comments

Comments
 (0)