Skip to content

Commit 4ab13a9

Browse files
author
Mike Fowler
committed
Merge in recent edits from internal repo.
1 parent 325b659 commit 4ab13a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ Finally, properties are what give the selected elements of a rule declaration th
7070
* Put a space before `{` in rule declarations
7171
* Put blank lines between rule declarations
7272
* In property declarations, put a space after, but not before, the `:` character.
73-
* Order property declarations alphabetically for consistency
7473
* Put closing braces of declaration blocks on a new line
7574

7675
**Bad**
@@ -227,7 +226,7 @@ We recommend creating JavaScript-specific classes to bind to, prefixed with `.js
227226
background: green;
228227
font-weight: bold;
229228
@include transition(background 0.5s ease);
230-
229+
231230
.icon {
232231
margin-right: 10px;
233232
}

0 commit comments

Comments
 (0)