1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Fix duplicate border radius CSS var definition

This commit is contained in:
Julien Déramond 2022-03-29 15:42:18 +02:00 committed by Mark Otto
parent 16711ff5b1
commit d0714817f8

View file

@ -56,7 +56,6 @@
--#{$prefix}border-width: #{$border-width}; --#{$prefix}border-width: #{$border-width};
--#{$prefix}border-style: #{$border-style}; --#{$prefix}border-style: #{$border-style};
--#{$prefix}border-color: #{$border-color}; --#{$prefix}border-color: #{$border-color};
--#{$prefix}border-radius: #{$border-radius};
--#{$prefix}border-opacity: 1; --#{$prefix}border-opacity: 1;
--#{$prefix}border-radius: #{$border-radius}; --#{$prefix}border-radius: #{$border-radius};