-
Notifications
You must be signed in to change notification settings - Fork 325
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 #4955 from alphagov/rename-all-to-index
Rename `all` files to `index` for our Sass entrypoints
- Loading branch information
Showing
23 changed files
with
269 additions
and
104 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
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,3 @@ | ||
@import "settings/all"; | ||
@import "tools/all"; | ||
@import "helpers/all"; | ||
@import "settings/index"; | ||
@import "tools/index"; | ||
@import "helpers/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,9 +1,9 @@ | ||
@import "base"; | ||
|
||
@import "core/all"; | ||
@import "objects/all"; | ||
@import "core/index"; | ||
@import "objects/index"; | ||
|
||
@import "components/all"; | ||
@import "components/index"; | ||
|
||
@import "utilities/all"; | ||
@import "overrides/all"; | ||
@import "utilities/index"; | ||
@import "overrides/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
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,37 +1,8 @@ | ||
@import "../base"; | ||
@import "../settings/warnings"; | ||
@import "index"; | ||
|
||
@import "accordion/index"; | ||
@import "back-link/index"; | ||
@import "breadcrumbs/index"; | ||
@import "button/index"; | ||
@import "character-count/index"; | ||
@import "checkboxes/index"; | ||
@import "cookie-banner/index"; | ||
@import "date-input/index"; | ||
@import "details/index"; | ||
@import "error-message/index"; | ||
@import "error-summary/index"; | ||
@import "exit-this-page/index"; | ||
@import "fieldset/index"; | ||
@import "file-upload/index"; | ||
@import "footer/index"; | ||
@import "header/index"; | ||
@import "hint/index"; | ||
@import "input/index"; | ||
@import "inset-text/index"; | ||
@import "label/index"; | ||
@import "notification-banner/index"; | ||
@import "pagination/index"; | ||
@import "panel/index"; | ||
@import "password-input/index"; | ||
@import "phase-banner/index"; | ||
@import "radios/index"; | ||
@import "select/index"; | ||
@import "skip-link/index"; | ||
@import "summary-list/index"; | ||
@import "table/index"; | ||
@import "tabs/index"; | ||
@import "tag/index"; | ||
@import "task-list/index"; | ||
@import "textarea/index"; | ||
@import "warning-text/index"; | ||
@include _warning( | ||
"import-using-all", | ||
"Importing using 'govuk/components/all' is deprecated. Update your import statement to import 'govuk/components/index'.", | ||
$silence-further-warnings: false | ||
); |
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,37 @@ | ||
@import "../base"; | ||
|
||
@import "accordion/index"; | ||
@import "back-link/index"; | ||
@import "breadcrumbs/index"; | ||
@import "button/index"; | ||
@import "character-count/index"; | ||
@import "checkboxes/index"; | ||
@import "cookie-banner/index"; | ||
@import "date-input/index"; | ||
@import "details/index"; | ||
@import "error-message/index"; | ||
@import "error-summary/index"; | ||
@import "exit-this-page/index"; | ||
@import "fieldset/index"; | ||
@import "file-upload/index"; | ||
@import "footer/index"; | ||
@import "header/index"; | ||
@import "hint/index"; | ||
@import "input/index"; | ||
@import "inset-text/index"; | ||
@import "label/index"; | ||
@import "notification-banner/index"; | ||
@import "pagination/index"; | ||
@import "panel/index"; | ||
@import "password-input/index"; | ||
@import "phase-banner/index"; | ||
@import "radios/index"; | ||
@import "select/index"; | ||
@import "skip-link/index"; | ||
@import "summary-list/index"; | ||
@import "table/index"; | ||
@import "tabs/index"; | ||
@import "tag/index"; | ||
@import "task-list/index"; | ||
@import "textarea/index"; | ||
@import "warning-text/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,6 +1,8 @@ | ||
@import "govuk-frontend-properties"; | ||
@import "links"; | ||
@import "lists"; | ||
@import "typography"; | ||
@import "section-break"; | ||
@import "global-styles"; | ||
@import "../settings/warnings"; | ||
@import "index"; | ||
|
||
@include _warning( | ||
"import-using-all", | ||
"Importing using 'govuk/core/all' is deprecated. Update your import statement to import 'govuk/core/index'.", | ||
$silence-further-warnings: false | ||
); |
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,6 @@ | ||
@import "govuk-frontend-properties"; | ||
@import "links"; | ||
@import "lists"; | ||
@import "typography"; | ||
@import "section-break"; | ||
@import "global-styles"; |
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,12 +1,8 @@ | ||
@import "clearfix"; | ||
@import "colour"; | ||
@import "device-pixels"; | ||
@import "focused"; | ||
@import "font-faces"; | ||
@import "grid"; | ||
@import "links"; | ||
@import "media-queries"; | ||
@import "shape-arrow"; | ||
@import "spacing"; | ||
@import "typography"; | ||
@import "visually-hidden"; | ||
@import "../settings/warnings"; | ||
@import "index"; | ||
|
||
@include _warning( | ||
"import-using-all", | ||
"Importing using 'govuk/helpers/all' is deprecated. Update your import statement to import 'govuk/helpers/index'.", | ||
$silence-further-warnings: false | ||
); |
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,12 @@ | ||
@import "clearfix"; | ||
@import "colour"; | ||
@import "device-pixels"; | ||
@import "focused"; | ||
@import "font-faces"; | ||
@import "grid"; | ||
@import "links"; | ||
@import "media-queries"; | ||
@import "shape-arrow"; | ||
@import "spacing"; | ||
@import "typography"; | ||
@import "visually-hidden"; |
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,9 @@ | ||
@import "base"; | ||
|
||
@import "core/index"; | ||
@import "objects/index"; | ||
|
||
@import "components/index"; | ||
|
||
@import "utilities/index"; | ||
@import "overrides/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,6 +1,8 @@ | ||
@import "button-group"; | ||
@import "form-group"; | ||
@import "grid"; | ||
@import "main-wrapper"; | ||
@import "template"; | ||
@import "width-container"; | ||
@import "../settings/warnings"; | ||
@import "index"; | ||
|
||
@include _warning( | ||
"import-using-all", | ||
"Importing using 'govuk/objects/all' is deprecated. Update your import statement to import 'govuk/objects/index'.", | ||
$silence-further-warnings: false | ||
); |
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,6 @@ | ||
@import "button-group"; | ||
@import "form-group"; | ||
@import "grid"; | ||
@import "main-wrapper"; | ||
@import "template"; | ||
@import "width-container"; |
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,7 @@ | ||
@import "display"; | ||
@import "spacing"; | ||
@import "text-align"; | ||
@import "typography"; | ||
@import "width"; | ||
@import "../settings/warnings"; | ||
@import "index"; | ||
|
||
@include _warning( | ||
"import-using-all", | ||
"Importing using 'govuk/overrides/all' is deprecated. Update your import statement to import 'govuk/overrides/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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@import "display"; | ||
@import "spacing"; | ||
@import "text-align"; | ||
@import "typography"; | ||
@import "width"; |
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,21 +1,8 @@ | ||
// The order we import settings in is important, as some settings files rely on | ||
// others | ||
|
||
@import "assets"; | ||
|
||
@import "warnings"; | ||
@import "global-styles"; | ||
|
||
@import "media-queries"; | ||
|
||
@import "colours-palette"; | ||
@import "colours-organisations"; | ||
@import "colours-applied"; | ||
|
||
@import "spacing"; | ||
@import "measurements"; | ||
|
||
@import "typography-font"; | ||
@import "typography-responsive"; | ||
|
||
@import "links"; | ||
@import "../settings/warnings"; | ||
@import "index"; | ||
|
||
@include _warning( | ||
"import-using-all", | ||
"Importing using 'govuk/settings/all' is deprecated. Update your import statement to import 'govuk/settings/index'.", | ||
$silence-further-warnings: false | ||
); |
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,21 @@ | ||
// The order we import settings in is important, as some settings files rely on | ||
// others | ||
|
||
@import "assets"; | ||
|
||
@import "warnings"; | ||
@import "global-styles"; | ||
|
||
@import "media-queries"; | ||
|
||
@import "colours-palette"; | ||
@import "colours-organisations"; | ||
@import "colours-applied"; | ||
|
||
@import "spacing"; | ||
@import "measurements"; | ||
|
||
@import "typography-font"; | ||
@import "typography-responsive"; | ||
|
||
@import "links"; |
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
Oops, something went wrong.