Y
Hacker News
new
|
ask
|
show
|
jobs
by
Brajeshwar
969 days ago
One of the things UK front-end developers really hate is they have to use "color" instead of "colour" to write CSS. :-)
3 comments
tescocles
968 days ago
I have always found it amusing that CSS does not accept both "color" and "colour" even though it accepts both "gray" and "grey"
link
Dfiesl
968 days ago
Haha yes it pains me every time too ;)
link
netsharc
969 days ago
Hah, that should be a trivial transpiler rule to add to one's web development build pipeline...
link
PetitPrince
968 days ago
You're probably looking for this:
https://github.com/HashanP/postcss-spiffing
link