Skip to content

Commit

Permalink
fix(elevation): Update _mixins.scss so Sass linter passes (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnmercier authored and yeelan0319 committed Jul 13, 2017
1 parent cbc8436 commit 9e6623e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-elevation/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
}

#{$mdc-elevation-property}:
#{map-get($mdc-elevation-umbra-map, $z-value)} $mdc-elevation-umbra-color,
#{map-get($mdc-elevation-penumbra-map, $z-value)} $mdc-elevation-penumbra-color,
#{"#{map-get($mdc-elevation-umbra-map, $z-value)} #{$mdc-elevation-umbra-color}"},
#{"#{map-get($mdc-elevation-penumbra-map, $z-value)} #{$mdc-elevation-penumbra-color}"},
#{map-get($mdc-elevation-ambient-map, $z-value)} $mdc-elevation-ambient-color;
}

Expand Down

0 comments on commit 9e6623e

Please sign in to comment.