Skip to content

Commit 7984c46

Browse files
committed
chore: fix styles not working after build
1 parent 08fb80a commit 7984c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@layer theme, base, primereact, components, utilities;
22

3-
@import url("primereact/resources/themes/md-light-deeppurple/theme.css");
3+
@import "primereact/resources/themes/md-light-deeppurple/theme.css";
44

55
@import "tailwindcss/theme.css" layer(theme);
66
@import "tailwindcss/preflight.css" layer(base);

0 commit comments

Comments
 (0)