mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Fix duplicate border radius CSS var definition
This commit is contained in:
parent
16711ff5b1
commit
d0714817f8
1 changed files with 0 additions and 1 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Reference in a new issue