Skip to content

Commit

Permalink
Remove CSS comments
Browse files Browse the repository at this point in the history
...as they cause issues when other components import these styles using CSS modules :global
  • Loading branch information
dan-searle authored Jan 24, 2019
1 parent d630d9c commit a6b700a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/* Button.scss */

@import '../mixins/lozenge/main';

/* Mixins: are going to be reused across various components */

.button {
@include myftLozenge($with-toggle-icon: true);
}
Expand Down

0 comments on commit a6b700a

Please sign in to comment.