Skip to content

Commit

Permalink
removed margin & padding mixins due to wrong type checking---- need t…
Browse files Browse the repository at this point in the history
…o be fixed asap
  • Loading branch information
Black Mirror committed Apr 17, 2018
1 parent c689729 commit fbd0be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/mixins/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
@import 'box';
@import 'background';
@import 'text';
@import 'padding';
// @import 'padding'; TODO: fix this type checking
@import 'border';
@import 'margin';
// @import 'margin'; TODO: fix this type checking
@import 'media';
@import 'overflow';
@import 'transform';
Expand Down

0 comments on commit fbd0be4

Please sign in to comment.