Skip to content

Commit 132521e

Browse files
authored
chore: move safelist classes to static theme option (#120)
1 parent 22ea70f commit 132521e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/globals.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@plugin '@tailwindcss/container-queries';
44
@plugin 'tailwindcss-animate';
55

6-
@theme {
6+
@theme static {
77
--sh-identifier: #171717;
88
--sh-sign: #8996a3;
99
--sh-property: hsl(278.93deg 100% 36.12%);
@@ -12,7 +12,9 @@
1212
--sh-string: hsl(138.58deg 77.94% 27.65%);
1313
--sh-keyword: rgb(215, 58, 73);
1414
--sh-comment: #a19595;
15+
}
1516

17+
@theme {
1618
--font-sans: var(--font-geist-sans);
1719
--font-mono: var(--font-geist-mono);
1820

0 commit comments

Comments
 (0)