Been looking at a paper from the Editor of the W3C WSG (https://websitesustainability.com/cache/files/research23.pdf), and there’s a section on CSS that caught my attention. The results suggest certain CSS properties consume more CPU resources. We could add a feature to our linting tool that flags these properties with amber or red warnings to highlight their impact on performance. This would help developers make more sustainable decisions beyond just optimising CSS file sizes.
Been looking at a paper from the Editor of the W3C WSG (https://websitesustainability.com/cache/files/research23.pdf), and there’s a section on CSS that caught my attention. The results suggest certain CSS properties consume more CPU resources. We could add a feature to our linting tool that flags these properties with amber or red warnings to highlight their impact on performance. This would help developers make more sustainable decisions beyond just optimising CSS file sizes.