Skip to content

Commit

Permalink
chore(mixins): add index file to forward all mixins.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciborrudnicki committed Jul 14, 2022
1 parent 1c2fe10 commit 845c528
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/mixins/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Mixins
@forward 'avatar';
@forward 'box-shadow-side';
@forward 'button';
@forward 'clearfix';
@forward 'color';
@forward 'define-color-based-on';
@forward 'define-color';
@forward 'label';
@forward 'position';
@forward 'set-var';
@forward 'shadow';
@forward 'text';
@forward 'toast';

0 comments on commit 845c528

Please sign in to comment.