Skip to content

Commit

Permalink
import our view_component stylesheets explicitly in preperation of
Browse files Browse the repository at this point in the history
moving off mountain_view
  • Loading branch information
aaaaargZombies committed Feb 16, 2024
1 parent fc97250 commit c3a1ae3
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,19 @@
// Print stylesheet greyscale for borders
--print-grey: #dadada;
}

// view_component stylessheets

@import "components/case_study_component.scss";
@import "components/container_with_header_component.scss";
@import "components/featured_partnerships_component.scss";
@import "components/four_col_grid_component.scss";
@import "components/full_width_action_component.scss";
@import "components/hero_image_component.scss";
@import "components/home_footer_component.scss";
@import "components/home_strapline_component.scss";
@import "components/link_btn_lrg_component.scss";
@import "components/max_width_component.scss";
@import "components/neighbourhood_home_card_component.scss";
@import "components/partnership_card_component.scss";
@import "components/pull_quote_component.scss";

0 comments on commit c3a1ae3

Please sign in to comment.