Skip to content

Commit

Permalink
Merge pull request #5622 from borisdamevin:refactor/use-position
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 296027071
  • Loading branch information
copybara-github committed Feb 19, 2020
2 parents 6a56f38 + eb062e6 commit bdfd526
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/mdc-base/_mixins.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@use "sass:list";
//
// Copyright 2018 Google Inc.
//
Expand All @@ -21,6 +20,8 @@
// THE SOFTWARE.
//

@use "sass:list";

// This variable is not intended to be overridden externally; it uses !default to avoid being reset
// every time this file is imported.
$styles-emitted_: () !default;
Expand Down
6 changes: 3 additions & 3 deletions packages/mdc-typography/_functions.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
@use "sass:map";
@use "sass:string";

//
// Copyright 2018 Google Inc.
//
Expand All @@ -23,6 +20,9 @@
// THE SOFTWARE.
//

@use "sass:map";
@use "sass:string";

@function get-global-variable_($style) {
@if $style == "headline1" {
@return $mdc-typography-styles-headline1;
Expand Down

0 comments on commit bdfd526

Please sign in to comment.