Skip to content

Commit

Permalink
componentize results heading scss (#268)
Browse files Browse the repository at this point in the history
* componentize results heading scss

* import label styles for inline label
  • Loading branch information
clairesunstudio authored and avrilpearl committed Sep 26, 2018
1 parent fdd7a56 commit a2d7667
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions react/src/components/molecules/ResultsHeading/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
@import 'global';
@import "01-atoms/label";
@import "01-atoms/select-box";
@import "02-molecules/results-heading";

@media ($bp-small-min){
.ma__results-heading__tags+.ma__results-heading__sort.ma__results-heading__sort-selecBox {
Expand Down
1 change: 1 addition & 0 deletions react/src/components/styles/_global.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "bourbon/core/bourbon";
@import '00-base/variables';
@import '00-base/breakpoints';
@import '00-base/colors';
Expand Down
1 change: 0 additions & 1 deletion react/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ $assets-path: './assets';
@import "02-molecules/press-teaser";
@import "02-molecules/related-action";
@import "02-molecules/relationship-indicators";
@import "02-molecules/results-heading";
@import "02-molecules/section-links";
@import "02-molecules/sort-results";
@import "02-molecules/social-links";
Expand Down

0 comments on commit a2d7667

Please sign in to comment.