Skip to content

Commit

Permalink
Change base displat property
Browse files Browse the repository at this point in the history
From `display: inline-block` into `display: inherit`

closes #42
  • Loading branch information
elrumordelaluz committed Jan 2, 2018
1 parent 16b5acd commit c753b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_tools.scss
Expand Up @@ -4,7 +4,7 @@ $trigger: 'shake-trigger' !default;

// Placeholders
%shake {
display: inline-block;
display: inherit;
transform-origin: center center;
}

Expand Down

0 comments on commit c753b75

Please sign in to comment.