Skip to content

Commit

Permalink
fix(circular-progress): Switch mixins import to @use
Browse files Browse the repository at this point in the history
  • Loading branch information
trimox committed Apr 8, 2020
1 parent 9930d9c commit 098ae32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-circular-progress/mdc-circular-progress.scss
Expand Up @@ -20,5 +20,5 @@
// THE SOFTWARE.
//

@import "./mixins";
@include mdc-circular-progress-core-styles;
@use "./mixins";
@include mixins.core-styles;

0 comments on commit 098ae32

Please sign in to comment.