Skip to content

Commit

Permalink
Add !default flag to variables to make them overridable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pautomagi committed May 31, 2017
1 parent e680a30 commit a9fc24c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scss/_global-variables.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$luxbar-height: 58px;
$luxbar-breakpoint: 768px;
$luxbar-padding: 18px 24px 18px 24px;
$luxbar-transition: .6s ease;
$hamburger-line-height: 2px;
$hamburger-width: 26px;
$luxbar-shadow: 0 1px 3px rgba(#000, .12), 0 1px 2px rgba(#000, .24);
$luxbar-height: 58px !default;
$luxbar-breakpoint: 768px !default;
$luxbar-padding: 18px 24px 18px 24px !default;
$luxbar-transition: .6s ease !default;
$hamburger-line-height: 2px !default;
$hamburger-width: 26px !default;
$luxbar-shadow: 0 1px 3px rgba(#000, .12), 0 1px 2px rgba(#000, .24) !default;
$luxbar-css-prefix: 'luxbar' !default;

0 comments on commit a9fc24c

Please sign in to comment.