Skip to content

Commit 46ceda2

Browse files
committed
fix(scss): add missing light-blue color variable
1 parent 128d568 commit 46ceda2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/bootstrap/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $yellow: #ffc107 !default;
4848
$green: #28a745 !default;
4949
$teal: #20c997 !default;
5050
$cyan: #17a2b8 !default;
51+
$light-blue: #63c2de !default;
5152

5253
$colors: () !default;
5354
// stylelint-disable-next-line scss/dollar-variable-default

0 commit comments

Comments
 (0)