Skip to content

Commit

Permalink
chore(line-ripple): format Sass files
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 317380022
  • Loading branch information
asyncLiz authored and copybara-github committed Jun 19, 2020
1 parent 3f342e7 commit ff89457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/mdc-line-ripple/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
left: 0;
width: 100%;
border-bottom-style: solid;
content: "";
content: '';
}

&::before {
Expand All @@ -59,7 +59,8 @@

@include feature-targeting-mixins.targets($feat-animation) {
&::after {
transition: functions.transition-value(transform), functions.transition-value(opacity);
transition: functions.transition-value(transform),
functions.transition-value(opacity);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-line-ripple/mdc-line-ripple.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
@use "./mixins";

// Line Ripple is intended for use by multiple components, but its styles should only be emitted once when bundled
@include base-mixins.emit-once("mdc-line-ripple") {
@include base-mixins.emit-once('mdc-line-ripple') {
@include mixins.core-styles;
}

0 comments on commit ff89457

Please sign in to comment.