diff options
| author | Julien Déramond <[email protected]> | 2022-03-29 15:42:18 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-03-31 14:12:14 -0700 |
| commit | d0714817f89fc4ad7429da3701c5b08b81587604 (patch) | |
| tree | f41afa5251aeeaf8085f560e6678f2bd58928695 /scss/_root.scss | |
| parent | 16711ff5b12df1412e1d4957b64df811e9e3efe3 (diff) | |
| download | bootstrap-d0714817f89fc4ad7429da3701c5b08b81587604.tar.xz bootstrap-d0714817f89fc4ad7429da3701c5b08b81587604.zip | |
Fix duplicate border radius CSS var definition
Diffstat (limited to 'scss/_root.scss')
| -rw-r--r-- | scss/_root.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_root.scss b/scss/_root.scss index f0f89800f..e1719e5da 100644 --- a/scss/_root.scss +++ b/scss/_root.scss @@ -56,7 +56,6 @@ --#{$prefix}border-width: #{$border-width}; --#{$prefix}border-style: #{$border-style}; --#{$prefix}border-color: #{$border-color}; - --#{$prefix}border-radius: #{$border-radius}; --#{$prefix}border-opacity: 1; --#{$prefix}border-radius: #{$border-radius}; |
