Skip to content

Commit

Permalink
Move %mui-defaults placeholder outside of the motion-ui-transitions m…
Browse files Browse the repository at this point in the history
…ixin
  • Loading branch information
gakimball committed Oct 22, 2015
1 parent 8597c2d commit acb1167
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/_classes.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// scss-lint:disable ImportantRule, SpaceAfterComma, SingleLinePerProperty

%mui-defaults {
transition-duration: map-get($motion-ui-speeds, default);
transition-timing-function: map-get($motion-ui-easings, default);
}

// Transitions
// - - - - - - - - - - - - - - -
@mixin motion-ui-transitions {
%mui-defaults {
transition-duration: map-get($motion-ui-speeds, default);
transition-timing-function: map-get($motion-ui-easings, default);
}

// Slide
.slideInDown { @include mui-slide(in, down); }
.slideInLeft { @include mui-slide(in, right); }
Expand Down

0 comments on commit acb1167

Please sign in to comment.