BritCSS: Fixes CSS to use non-American English

This web content provides a script that fixes CSS to use traditional English spellings rather than simplified ones. It allows for the properization of CSS on any page using client-side scripting. The script can be easily included in HTML code to convert CSS properties like “background-colour” to “background-color.” There are examples provided for usage in CSS files, HTML style tags, inline HTML styles, and manual conversion with JavaScript. The author also mentions related tools like BESS and postcss-spiffing for British style sheets. This may be controversial for some users but offers a unique solution for those who prefer traditional English spellings in their code.

https://github.com/DeclanChidlow/BritCSS

To top