0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Add missing root border opacity CSS var

This commit is contained in:
Julien Déramond 2022-03-03 13:22:50 +01:00 committed by Mark Otto
parent e84aadb36c
commit 2d11c1c28a

View File

@ -56,6 +56,7 @@
--#{$variable-prefix}border-style: solid;
--#{$variable-prefix}border-color: #{$border-color};
--#{$variable-prefix}border-radius: #{$border-radius};
--#{$variable-prefix}border-opacity: 1;
// scss-docs-end root-border-var
// stylelint-enable custom-property-empty-line-before
}