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

Commit

Permalink
add the forgotten !default flag on some variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Goyet committed Jun 20, 2017
1 parent 0d4eb16 commit acfc4c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/utils/_trowel-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ $breadcrumbs-back--box-shadow: null !default;
// ----

$breadcrumbs-list--background-color: $breadcrumbs--background-color !default;
$breadcrumbs-list--transition: all 300ms ease-in-out;
$breadcrumbs-list--hidden-transform: translateY(-25%);
$breadcrumbs-list--transition: all 300ms ease-in-out !default;
$breadcrumbs-list--hidden-transform: translateY(-25%) !default;


// Separator
Expand Down

0 comments on commit acfc4c9

Please sign in to comment.