80154: Fix semicolon placement

This commit is contained in:
Yura Bondarenko
2021-06-18 15:31:30 +02:00
parent 3a8e658d54
commit 7c609820b1
3 changed files with 7 additions and 7 deletions

View File

@@ -12,8 +12,8 @@ $image-path: "../assets/images" !default;
/** Bootstrap Variables **/
/* Colors */
$gray-700: #495057; !default // Bootstrap $gray-700
$gray-100: #f8f9fa; !default // $gray-100
$gray-700: #495057 !default; // Bootstrap $gray-700
$gray-100: #f8f9fa !default; // $gray-100
/* Reassign color vars to semantic color scheme */
$blue: #2B4E72 !default;