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 Jan 8, 2014
2 parents 8d9825a + 6c06ac0 commit 8287db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ One exception to our multi-line rule might be in cases of the following:
.t80 { width:80% }
.t90 { width:90% }

In this example (from [inuit.css’s table grid system](https://github.com/csswizardry/inuit.css/blob/master/inuit.css/partials/base/_tables.scss#L88))
In this example (from [inuit.css’s table grid system](https://github.com/csswizardry/inuit.css/blob/master/base/_tables.scss#L96))
it makes more sense to single-line our CSS.

## Naming conventions
Expand Down

0 comments on commit 8287db6

Please sign in to comment.