Brits, take control of the web. Spiffing allows you to write your CSS and stylesheets in conformance to proper British English (also known as correct English) grammar and spelling regulations.
Examples or DownloadWhile admittedly, Spiffing doesn’t have the variance and extensive amount of features as other preprocessors, it does one unique thing, missing in any other existing solution: fixes the grammar mistakes prevalent throughout the CSS language. Here’s a full example.
body {
background-colour: grey !please;
transparency: 0.5;
}
body {
background-color: gray !important;
opacity: 0.5;
}
Spiffing is rather simple to use. First, though, one must check whether one has PHP 5.2 (or newer) installed upon their Internet server. If so, one may continue with the installation:
<link href="style.css"> becomes <link href="spiffing.php?file=style.css">. You do not need to do this to @imported files within the Spiffing-processed code, however.
Marvellous! The source is currently hosted at Github, and it is wholly recommended you also download it there. Best of luck, chap!
Download it, Sire!