Skip to content

Commit

Permalink
Removing extraneous global_styling/mixins/forms file
Browse files Browse the repository at this point in the history
and importing the correct files in the filter_group and combo_box files
  • Loading branch information
cchaos committed Mar 30, 2018
1 parent 6480f85 commit 357ff1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 95 deletions.
3 changes: 3 additions & 0 deletions src/components/combo_box/_index.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@import '../form/variables';
@import '../form/mixins';

@import 'combo_box';
@import 'combo_box_input/index';
@import 'combo_box_options_list/index';
3 changes: 3 additions & 0 deletions src/components/filter_group/_index.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@import '../form/variables';
@import '../form/mixins';

@import 'filter_group';
@import 'filter_button';
@import 'filter_select_item';
94 changes: 0 additions & 94 deletions src/global_styling/mixins/_forms.scss

This file was deleted.

1 change: 0 additions & 1 deletion src/global_styling/mixins/_index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import 'naming';
@import 'forms';
@import 'responsive';
@import 'shadow';
@import 'size';
Expand Down

0 comments on commit 357ff1e

Please sign in to comment.