Page Not Found
We could not find what you were looking for.
Please contact the owner of the site that linked you to the original URL and let them know their link is broken.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 91fbd0cc8e..9000458167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -### [1.23.3](https://github.com/eea/volto-eea-design-system/compare/1.23.2...1.23.3) - 12 March 2024 +### [1.23.4](https://github.com/eea/volto-eea-design-system/compare/1.23.3...1.23.4) - 25 March 2024 + +#### :nail_care: Enhancements + +- change(headings): removed h3 and set important rules to subtitle-light class [David Ichim - [`89a69e8`](https://github.com/eea/volto-eea-design-system/commit/89a69e8f2c50e107cae642b68fb31dc2da806053)] + +### [1.23.3](https://github.com/eea/volto-eea-design-system/compare/1.23.2...1.23.3) - 13 March 2024 ### [1.23.2](https://github.com/eea/volto-eea-design-system/compare/1.23.1...1.23.2) - 5 March 2024 diff --git a/Makefile b/Makefile index efbf2fbd8a..2984fa5db6 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ test-update: ## Update jest tests snapshots .PHONY: stylelint stylelint: ## Stylelint - $(NODE_MODULES)/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}' + $(NODE_MODULES)/.bin/stylelint --allow-empty-input 'src/**/*.{css,less}' .PHONY: stylelint-overrides stylelint-overrides: @@ -106,7 +106,7 @@ stylelint-overrides: .PHONY: stylelint-fix stylelint-fix: ## Fix stylelint - $(NODE_MODULES)/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}' --fix + $(NODE_MODULES)/.bin/stylelint --allow-empty-input 'src/**/*.{css,less}' --fix $(NODE_MODULES)/.bin/stylelint --custom-syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides' --fix .PHONY: prettier diff --git a/docs/404.html b/docs/404.html index 47189720ab..4ea803e0c4 100644 --- a/docs/404.html +++ b/docs/404.html @@ -5,13 +5,13 @@
We could not find what you were looking for.
Please contact the owner of the site that linked you to the original URL and let them know their link is broken.