-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing extraneous global_styling/mixins/forms file
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
Showing
4 changed files
with
6 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
@import 'naming'; | ||
@import 'forms'; | ||
@import 'responsive'; | ||
@import 'shadow'; | ||
@import 'size'; | ||
|