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
1 changed files with 1 additions and 0 deletions

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
}