mirror of
https://github.com/primer/css.git
synced 2024-12-14 06:44:38 +03:00
Remove border-radius-3 again
This commit is contained in:
parent
f903cba3b0
commit
ef39ed9921
@ -9,7 +9,6 @@ $border: $border-width $border-color $border-style !default;
|
|||||||
// Border Radius
|
// Border Radius
|
||||||
$border-radius-1: 4px !default;
|
$border-radius-1: 4px !default;
|
||||||
$border-radius-2: 6px !default;
|
$border-radius-2: 6px !default;
|
||||||
$border-radius-3: 12px !default;
|
|
||||||
$border-radius: $border-radius-2 !default;
|
$border-radius: $border-radius-2 !default;
|
||||||
|
|
||||||
// Box shadow
|
// Box shadow
|
||||||
|
@ -44,7 +44,6 @@
|
|||||||
.rounded#{$variant}-0 { border-radius: 0 !important; }
|
.rounded#{$variant}-0 { border-radius: 0 !important; }
|
||||||
.rounded#{$variant}-1 { border-radius: $border-radius-1 !important; }
|
.rounded#{$variant}-1 { border-radius: $border-radius-1 !important; }
|
||||||
.rounded#{$variant}-2 { border-radius: $border-radius-2 !important; }
|
.rounded#{$variant}-2 { border-radius: $border-radius-2 !important; }
|
||||||
.rounded#{$variant}-3 { border-radius: $border-radius-3 !important; }
|
|
||||||
|
|
||||||
@each $edge, $corners in $edges {
|
@each $edge, $corners in $edges {
|
||||||
.rounded#{$variant}-#{$edge}-0 {
|
.rounded#{$variant}-#{$edge}-0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user