We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ea70f commit 132521eCopy full SHA for 132521e
src/globals.css
@@ -3,7 +3,7 @@
3
@plugin '@tailwindcss/container-queries';
4
@plugin 'tailwindcss-animate';
5
6
-@theme {
+@theme static {
7
--sh-identifier: #171717;
8
--sh-sign: #8996a3;
9
--sh-property: hsl(278.93deg 100% 36.12%);
@@ -12,7 +12,9 @@
12
--sh-string: hsl(138.58deg 77.94% 27.65%);
13
--sh-keyword: rgb(215, 58, 73);
14
--sh-comment: #a19595;
15
+}
16
17
+@theme {
18
--font-sans: var(--font-geist-sans);
19
--font-mono: var(--font-geist-mono);
20
0 commit comments