Skip to content

Commit 01a2ecc

Browse files
committed
add glow-conic
1 parent 9d6bbee commit 01a2ecc

6 files changed

Lines changed: 14 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"src": "node_modules/@fontsource/bebas-neue/files/bebas-neue-latin-ext-400-normal.woff2"
189189
},
190190
"resources/css/app.css": {
191-
"file": "assets/app-UslHHovD.css",
191+
"file": "assets/app-BcPAG8z5.css",
192192
"name": "app",
193193
"names": [
194194
"app.css"

public/r/glow-conic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"cssVars": {
2222
"theme": {
23-
"--conic-color": "var(--color-primary)",
23+
"conic-color": "var(--color-primary)",
2424
"--animate-glow-conic": "glow-conic 3s linear infinite"
2525
}
2626
},

public/r/registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3189,7 +3189,7 @@
31893189
],
31903190
"cssVars": {
31913191
"theme": {
3192-
"--conic-color": "var(--color-primary)",
3192+
"conic-color": "var(--color-primary)",
31933193
"--animate-glow-conic": "glow-conic 3s linear infinite"
31943194
}
31953195
},

registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3189,7 +3189,7 @@
31893189
],
31903190
"cssVars": {
31913191
"theme": {
3192-
"--conic-color": "var(--color-primary)",
3192+
"conic-color": "var(--color-primary)",
31933193
"--animate-glow-conic": "glow-conic 3s linear infinite"
31943194
}
31953195
},

resources/css/app.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1576,5 +1576,13 @@
15761576
}
15771577
}
15781578

1579-
1579+
@keyframes glow-conic {
1580+
0% {
1581+
--glow-conic-angle: 0deg;
1582+
}
1583+
100% {
1584+
--glow-conic-angle: 360deg;
1585+
}
1586+
}
1587+
15801588
}

0 commit comments

Comments
 (0)