Skip to content

Commit 7e26a76

Browse files
committed
fix: move @Property declaration to top-level for gradient-border compatibility
1 parent 2f89595 commit 7e26a76

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

apps/ui-layout/app/globals.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -468,13 +468,6 @@
468468
width: 100%;
469469
}
470470

471-
@supports (property(--border-angle)) {
472-
@property --border-angle {
473-
inherits: false;
474-
initial-value: 0deg;
475-
syntax: '<angle>';
476-
}
477-
}
478471

479472
/* Chrome, Safari, Edge, Opera */
480473
input::-webkit-outer-spin-button,
@@ -572,3 +565,9 @@
572565
margin: 0 !important;
573566
padding: 0 !important;
574567
}
568+
569+
@property --border-angle {
570+
inherits: false;
571+
initial-value: 0deg;
572+
syntax: '<angle>';
573+
}

0 commit comments

Comments
 (0)