Skip to content

Commit f6d1b71

Browse files
committed
rounded-3 added
1 parent c752b4e commit f6d1b71

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/support/variables/misc.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ $border: $border-width $border-color $border-style !default;
99
// Border Radius
1010
$border-radius-1: 4px !default;
1111
$border-radius-2: 6px !default;
12+
$border-radius-3: 8px !default;
1213
$border-radius: $border-radius-2 !default;
1314

1415
// Box shadow

src/utilities/borders.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
.rounded#{$variant}-0 { border-radius: 0 !important; }
4545
.rounded#{$variant}-1 { border-radius: $border-radius-1 !important; }
4646
.rounded#{$variant}-2 { border-radius: $border-radius-2 !important; }
47+
.rounded#{$variant}-3 { border-radius: $border-radius-3 !important; }
4748

4849
@each $edge, $corners in $edges {
4950
.rounded#{$variant}-#{$edge}-0 {

0 commit comments

Comments
 (0)