-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- streamline supporting sass into one line - only add a component to it if it has a sass file - wrap in a textarea for ease of copying and pasting
- Loading branch information
1 parent
2ee60c6
commit 88d7d17
Showing
5 changed files
with
27 additions
and
10 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
11 changes: 11 additions & 0 deletions
11
app/assets/stylesheets/govuk_publishing_components/component_support.scss
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// This file should be included in an application prior to specific components | ||
// It provides govuk-frontend and supporting gem component helpers and mixins | ||
|
||
@import "govuk/all"; | ||
@import 'govuk_publishing_components/components/helpers/variables'; | ||
@import 'govuk_publishing_components/components/helpers/brand-colours'; | ||
@import 'govuk_publishing_components/components/mixins/govuk-template-link-focus-override'; | ||
@import 'govuk_publishing_components/components/mixins/media-down'; | ||
@import 'govuk_publishing_components/components/mixins/margins'; | ||
@import 'govuk_publishing_components/components/mixins/clearfix'; | ||
@import 'govuk_publishing_components/components/mixins/css3'; |
6 changes: 0 additions & 6 deletions
6
app/assets/stylesheets/govuk_publishing_components/govuk-frontend.scss
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
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