Skip to content
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Theme registration of jQuery.
- Polyfill for CSS `calc()`.

## [v0.5.2] - 2025-01-22

### Removed
- Empty sass files

## [v0.5.1] - 2024-08-08

### Changed
Expand Down
3 changes: 0 additions & 3 deletions assets/scss/components/_global-footer.scss

This file was deleted.

3 changes: 0 additions & 3 deletions assets/scss/components/_global-header.scss

This file was deleted.

Empty file removed assets/scss/core/_forms.scss
Empty file.
Empty file removed assets/scss/core/_reset.scss
Empty file.
3 changes: 0 additions & 3 deletions assets/scss/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ $govuk-assets-path: '/wp-content/themes/govuk-theme/static/lib/govuk-frontend/di
Unlike when using classes, element selectors can target the
arbitrary, unattributed content produced by WYSIWYG editors.
--------------------------------------------------------------*/
@import "core/forms";
@import "core/reset";
@import "core/typography";


Expand All @@ -51,7 +49,6 @@ $govuk-assets-path: '/wp-content/themes/govuk-theme/static/lib/govuk-frontend/di
These classes are all layout objects that don't impose any visual
styles other than postioning and moving things around.
--------------------------------------------------------------*/
@import "objects/grid";


/*--------------------------------------------------------------
Expand Down
8 changes: 0 additions & 8 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ $govuk-assets-path: '/wp-content/themes/govuk-theme/static/lib/govuk-frontend/di
Unlike when using classes, element selectors can target the
arbitrary, unattributed content produced by WYSIWYG editors.
--------------------------------------------------------------*/
@import "core/forms";
@import "core/reset";
@import "core/typography";


Expand All @@ -51,7 +49,6 @@ $govuk-assets-path: '/wp-content/themes/govuk-theme/static/lib/govuk-frontend/di
These classes are all layout objects that don't impose any visual
styles other than postioning and moving things around.
--------------------------------------------------------------*/
@import "objects/grid";


/*--------------------------------------------------------------
Expand All @@ -61,10 +58,7 @@ $govuk-assets-path: '/wp-content/themes/govuk-theme/static/lib/govuk-frontend/di
will often be generated by WordPress in the <body> element
e.g. .page, .single, .archive.
--------------------------------------------------------------*/
@import "templates/archive";
@import "templates/page";
@import "templates/search";
@import "templates/single";


/*--------------------------------------------------------------
Expand All @@ -75,9 +69,7 @@ $govuk-assets-path: '/wp-content/themes/govuk-theme/static/lib/govuk-frontend/di
than element styles, but require the author to affect the
markup directly.
--------------------------------------------------------------*/
@import "components/global-footer";
@import "components/global-footer-menu";
@import "components/global-header";
@import "components/navigation";
@import "components/pagination";
@import "components/search-form";
Expand Down
Empty file removed assets/scss/objects/_grid.scss
Empty file.
Empty file.
Empty file removed assets/scss/templates/_page.scss
Empty file.
Empty file removed assets/scss/templates/_single.scss
Empty file.