Skip to content

Commit

Permalink
Updated TL;DR
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Aug 31, 2015
1 parent 99845f8 commit 4b05a8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions en/_tldr.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ To sum up, we want:
* Calculations wrapped in parentheses;
* No magic numbers;
* Colors expressed HSL > RGB > hexadecimal (lowercase and shortened), no keyword;
* Lists separated with commas;
* Lists wrapped in parentheses and separated with commas;
* No trailing comma in lists (since they are inlined);
* Trailing comma in maps;
* No selector nesting except for pseudo-classes and pseudo-elements;
* Hyphen-delimited naming;
* Extensive comments;
* SassDoc-powered API comments;
* Limited usage of `@extend`;
* Simple mixins;
* Only extend placeholders, and as few times as possible;
* As simple as possible mixins;
* As few loops as possible, no `@while`;
* Reduced number of dependencies;
* Meaningful use of warnings and errors.
* Meaningful usage of warnings and errors.

0 comments on commit 4b05a8b

Please sign in to comment.