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 2f89595 commit 7e26a76Copy full SHA for 7e26a76
apps/ui-layout/app/globals.css
@@ -468,13 +468,6 @@
468
width: 100%;
469
}
470
471
- @supports (property(--border-angle)) {
472
- @property --border-angle {
473
- inherits: false;
474
- initial-value: 0deg;
475
- syntax: '<angle>';
476
- }
477
478
479
/* Chrome, Safari, Edge, Opera */
480
input::-webkit-outer-spin-button,
@@ -572,3 +565,9 @@
572
565
margin: 0 !important;
573
566
padding: 0 !important;
574
567
568
+
569
+@property --border-angle {
570
+ inherits: false;
571
+ initial-value: 0deg;
+ syntax: '<angle>';
+}
0 commit comments