Skip to content

Commit

Permalink
fix: re-order sass imports (#87)
Browse files Browse the repository at this point in the history
fix: re-order sass imports
  • Loading branch information
vpicone authored May 21, 2019
2 parents 38564d1 + ca7b806 commit 7e27122
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/gatsby-theme-carbon/src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
@import '~@carbon/elements/scss/grid/grid';
@import '~@carbon/elements/scss/colors/colors';

@import '~@carbon/elements/scss/type/type';

@import '~@carbon/elements/scss/type/classes';
@import '~@carbon/elements/scss/type/reset';

@include carbon--type-reset();

@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&text=%E2%86%B3'); // ↳ special character
Expand Down

1 comment on commit 7e27122

@vercel
Copy link

@vercel vercel bot commented on 7e27122 May 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.