Skip to content

Commit 21b4e23

Browse files
pterrorclaude
andcommitted
fix: move @import to top of style.css
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fc7d62e commit 21b4e23

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

public/style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "./theme.css";
2+
13
/* Register --color as animatable */
24
@property --color {
35
syntax: '<color>';
@@ -569,6 +571,3 @@ html[data-collection="unfiltered"] .landing-body { color: #aaa; }
569571
transition: color 150ms;
570572
}
571573
.cw-remember:hover label { color: #888; }
572-
573-
574-
@import "./theme.css";

0 commit comments

Comments
 (0)