Skip to content

Commit

Permalink
Merge branch 'master' of github.com:csswizardry/CSS-Guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Nov 9, 2012
2 parents af46dd0 + ee63e39 commit e723d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Limit your stylesheets to a maximum 80 character width where possible.
Exceptions may be gradient syntax and URLs in comments. That’s fine, there’s
nothing we can do about that.

I prefer four (4) space indents over tabs and we write multi-line CSS.
I prefer four (4) space indents over tabs and write multi-line CSS.

### One file vs. many files

Expand Down Expand Up @@ -166,13 +166,13 @@ For further reading I cannot recommend Jonathan Snook’s
[<- Declaration ->]
}

I have a number of standards when structuring our rulesets.
I have a number of standards when structuring rulesets.

* Use hyphen delimited class names (except for BEM notation,
[see below](#naming-conventions))
* 4 space indented
* Multi-line
* Declarations in relevance (**not** alphabetical) order
* Declarations in relevance (NOT alphabetical) order
* Indent vendor prefixed declarations so that their values are aligned
* Indent our rulesets to mirror the DOM
* Always include the final semi-colon in a ruleset
Expand Down

0 comments on commit e723d2a

Please sign in to comment.