From 8e3f5b4995b78e6a2b6b5f7ac6e87ee3740affbb Mon Sep 17 00:00:00 2001 From: william-man Date: Wed, 22 Jan 2025 14:21:01 +0000 Subject: [PATCH 01/11] Delete empty file core/_forms.scss --- assets/scss/core/_forms.scss | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 assets/scss/core/_forms.scss diff --git a/assets/scss/core/_forms.scss b/assets/scss/core/_forms.scss deleted file mode 100644 index e69de29..0000000 From 109b85f5b79a7403c3f8a645db871862b5fe9f44 Mon Sep 17 00:00:00 2001 From: william-man Date: Wed, 22 Jan 2025 14:22:20 +0000 Subject: [PATCH 02/11] Delete empty file core/_reset.scss --- assets/scss/core/_reset.scss | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 assets/scss/core/_reset.scss diff --git a/assets/scss/core/_reset.scss b/assets/scss/core/_reset.scss deleted file mode 100644 index e69de29..0000000 From ff83bdc887cff90fc3c3ed2487d95d680fa22b0a Mon Sep 17 00:00:00 2001 From: william-man Date: Wed, 22 Jan 2025 14:25:48 +0000 Subject: [PATCH 03/11] Delete empty file and folder objects/_grid.scss --- assets/scss/objects/_grid.scss | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 assets/scss/objects/_grid.scss diff --git a/assets/scss/objects/_grid.scss b/assets/scss/objects/_grid.scss deleted file mode 100644 index e69de29..0000000 From 588a300951f2ea04d21af4144d50f86ec0f59278 Mon Sep 17 00:00:00 2001 From: william-man Date: Wed, 22 Jan 2025 14:33:48 +0000 Subject: [PATCH 04/11] Delete empty file templates/_archive.scss --- assets/scss/templates/_archive.scss | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 assets/scss/templates/_archive.scss diff --git a/assets/scss/templates/_archive.scss b/assets/scss/templates/_archive.scss deleted file mode 100644 index e69de29..0000000 From 894dd40486ef9100033a986cf02cb6eca5be6ef8 Mon Sep 17 00:00:00 2001 From: william-man Date: Wed, 22 Jan 2025 14:35:31 +0000 Subject: [PATCH 05/11] Delete empty file templates/_page.scss --- assets/scss/templates/_page.scss | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 assets/scss/templates/_page.scss diff --git a/assets/scss/templates/_page.scss b/assets/scss/templates/_page.scss deleted file mode 100644 index e69de29..0000000 From 824ccaa11a13f2b471fe24648187ea9c69bb2903 Mon Sep 17 00:00:00 2001 From: william-man Date: Wed, 22 Jan 2025 14:37:06 +0000 Subject: [PATCH 06/11] Delete empty file templates/_single.scss --- assets/scss/templates/_single.scss | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 assets/scss/templates/_single.scss diff --git a/assets/scss/templates/_single.scss b/assets/scss/templates/_single.scss deleted file mode 100644 index e69de29..0000000 From 2dbd7d05163843d8fc26c81bb68fd5c301072d90 Mon Sep 17 00:00:00 2001 From: william-man Date: Wed, 22 Jan 2025 14:42:03 +0000 Subject: [PATCH 07/11] Delete empty ruleset components/_global-footer.scss --- assets/scss/components/_global-footer.scss | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 assets/scss/components/_global-footer.scss diff --git a/assets/scss/components/_global-footer.scss b/assets/scss/components/_global-footer.scss deleted file mode 100644 index 7030dd1..0000000 --- a/assets/scss/components/_global-footer.scss +++ /dev/null @@ -1,3 +0,0 @@ -.global-footer { - -} From 9b108f6db094787589c2cc0abe4132d8043cd9b6 Mon Sep 17 00:00:00 2001 From: william-man Date: Wed, 22 Jan 2025 14:43:38 +0000 Subject: [PATCH 08/11] Delete empty ruleset components/_global-header.scss --- assets/scss/components/_global-header.scss | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 assets/scss/components/_global-header.scss diff --git a/assets/scss/components/_global-header.scss b/assets/scss/components/_global-header.scss deleted file mode 100644 index 26b1764..0000000 --- a/assets/scss/components/_global-header.scss +++ /dev/null @@ -1,3 +0,0 @@ -.global-header { - -} From 2e29ea22fb82a805699e84a58efac07155d4a16a Mon Sep 17 00:00:00 2001 From: william-man Date: Wed, 22 Jan 2025 14:51:27 +0000 Subject: [PATCH 09/11] Update imports in editor.scss --- assets/scss/editor.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/scss/editor.scss b/assets/scss/editor.scss index fed4405..e54f789 100644 --- a/assets/scss/editor.scss +++ b/assets/scss/editor.scss @@ -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"; @@ -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"; /*-------------------------------------------------------------- From dcca4b9a5581a9b461336b3a0ed8f1c0aaf43383 Mon Sep 17 00:00:00 2001 From: william-man Date: Wed, 22 Jan 2025 14:51:44 +0000 Subject: [PATCH 10/11] Update imports in main.scss --- assets/scss/main.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 0031e4a..28c4bc3 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -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"; @@ -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"; /*-------------------------------------------------------------- @@ -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 element e.g. .page, .single, .archive. --------------------------------------------------------------*/ -@import "templates/archive"; -@import "templates/page"; @import "templates/search"; -@import "templates/single"; /*-------------------------------------------------------------- @@ -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"; From 1962c876048a87ef01fe9dc28f1778c9e2191a2d Mon Sep 17 00:00:00 2001 From: william-man Date: Wed, 22 Jan 2025 14:57:39 +0000 Subject: [PATCH 11/11] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ca91c..d46ac69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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