Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from FriendsOfTrowel/fix/default-flag
Browse files Browse the repository at this point in the history
add forgotten !default flag on variables
  • Loading branch information
Loïc Goyet authored Jun 21, 2017
2 parents 3fd6039 + 75e0c74 commit 7f5809c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/utils/_trowel-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $progress--height: (
'-sm': 0.75em,
'default': 1em,
'-lg': 1.5em,
);
) !default;
$progress--padding: 0 trwl-theme('padding-x') !default;
$progress--line-height: trwl-theme('line-height') !default;
$progress--color: rgb(255, 255, 255) !default;
Expand Down

0 comments on commit 7f5809c

Please sign in to comment.