BritCSS: Fixes CSS to use non-American English

Viewed 29
BritCSS aims to modify CSS to conform to British English spelling, introducing changes that include altering terms like 'color' to 'colour' and 'gray' to 'grey'. While this initiative is meant to promote inclusivity for British developers, it raises concerns among many in the coding community. Commenters express skepticism about the practicality of having a dual-dialect CSS, citing compatibility issues with existing code and potential errors brought by a new JavaScript pre-processor. The underlying fear is that it complicates an already complex system of web development, especially in light of the common challenges posed by package management and versioning in environments like NPM.
0 Answers