Skip to content

Commit a31aad2

Browse files
committed
Unfortunately, W3C doesn’t support british english
1 parent 3615214 commit a31aad2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Readme.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# css-whitespace
32

43
Whitespace significant CSS to regular CSS. Typically used for [Rework](https://github.com/visionmedia/rework),
@@ -28,7 +27,7 @@ var css = compile('body\n color: #888\n');
2827
body
2928
padding: 50px
3029
background: black
31-
colour: white
30+
color: white
3231

3332
form
3433
button
@@ -54,7 +53,7 @@ yields:
5453
body {
5554
padding: 50px;
5655
background: black;
57-
colour: white;
56+
color: white;
5857
}
5958

6059
form button {

0 commit comments

Comments
 (0)