Skip to content

Commit

Permalink
fix(utils): require typography variables explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Nov 5, 2020
1 parent 7ca6c76 commit 9ff3176
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/bootstrap/scss/utils/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


// Dependencies
@import "../typography/_variables.scss";


// Component
Expand Down
1 change: 1 addition & 0 deletions packages/classic/scss/utils/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


// Dependencies
@import "../typography/_variables.scss";


// Component
Expand Down
1 change: 1 addition & 0 deletions packages/default/scss/utils/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


// Dependencies
@import "../typography/_variables.scss";


// Component
Expand Down
1 change: 1 addition & 0 deletions packages/material/scss/utils/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


// Dependencies
@import "../typography/_variables.scss";


// Component
Expand Down

0 comments on commit 9ff3176

Please sign in to comment.