Tech News
← Back to articles

BritCSS: Fixes CSS to use non-American English

read original related products more articles

BritCSS Fixes CSS to use non-bastardised spellings

Permits using English (traditional) spellings for CSS properties, rather than English (simplified).

Because this is implemented with a client-side script. You can use this to properise the CSS of any page.

Demo on CodePen

Usage

To use this script, simply include it in your HTML:

< script src =" https://cdn.jsdelivr.net/gh/DeclanChidlow/BritCSS/britcss.js " >

To enter debug mode:

britCSS . debug ( true ) ;

To stop the script from converting:

... continue reading