Browse Source

Merge pull request #4572 from nikolaynizruhin/patch-1

Remove sass variables which does not exist in bootstrap 4
Taylor Otwell 6 years ago
parent
commit
ca1013d31c
1 changed files with 0 additions and 10 deletions
  1. 0 10
      resources/assets/sass/_variables.scss

+ 0 - 10
resources/assets/sass/_variables.scss

@@ -6,13 +6,3 @@ $body-bg: #f5f8fa;
 $font-family-sans-serif: "Raleway", sans-serif;
 $font-size-base: 0.9rem;
 $line-height-base: 1.6;
-$text-color: #636b6f;
-
-// Navbar
-$navbar-default-bg: #fff;
-
-// Buttons
-$btn-default-color: $text-color;
-
-// Panels
-$panel-default-heading-bg: #fff;