-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #461 from alphagov/layout-inheritance
Make application CSS/JS extend header_footer_only CSS/JS
- Loading branch information
Showing
2 changed files
with
4 additions
and
18 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,16 +1,11 @@ | ||
//= require header-footer-only | ||
|
||
//= require libs/jquery/jquery-ui-1.8.16.custom.min | ||
//= require libs/jquery/plugins/jquery.base64 | ||
//= require libs/jquery/plugins/jquery.player.min | ||
//= require libs/suchi/isOld.js | ||
//= require govuk_toolkit | ||
//= require user-satisfaction-survey | ||
//= require core | ||
//= require report-a-problem | ||
//= require geo-locator | ||
//= require jquery.history | ||
//= require jquery.tabs | ||
//= require mobile | ||
//= require browser-check | ||
//= require analytics | ||
//= require vendor/polyfills/bind | ||
//= require govuk/selection-buttons |
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,31 +1,22 @@ | ||
/* govuk_frontend_toolkit includes */ | ||
@import "colours"; | ||
@import "conditionals"; | ||
@import "css3"; | ||
@import "device-pixels"; | ||
@import "grid_layout"; | ||
@import "measurements"; | ||
@import "typography"; | ||
@import "header-footer-only"; | ||
|
||
@import "shims"; | ||
@import "design-patterns/buttons"; | ||
|
||
/* local styleguide includes */ | ||
@import "styleguide/conditionals2"; | ||
|
||
/* styles */ | ||
@import "helpers/alpha-label"; | ||
@import "helpers/buttons"; | ||
@import "helpers/core"; | ||
@import "helpers/ancillary-pages"; | ||
@import "helpers/beta-label"; | ||
@import "helpers/footer"; | ||
@import "helpers/header"; | ||
@import "helpers/multi-step"; | ||
@import "helpers/notifications"; | ||
@import "helpers/organisations"; | ||
@import "helpers/publisher"; | ||
@import "helpers/report-a-problem"; | ||
@import "helpers/text"; | ||
@import "govuk-component/component"; | ||
|
||
@import "static-pages/error-pages"; |