Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Class names must follow a few rules.
- Name things consistently
- Meaningful description of the elements that should use it
- Keep your non-prefix word count below 4
- Dot operator(.) should be used before class name

##### Good

Expand Down Expand Up @@ -547,7 +548,7 @@ Some rules apply to stylesheet, regardless of language.

These rules apply to every language except Stylus.

- Always end property declarations with a semicolon
- Always end property declarations with a semicolon `;`
- Put a single space after `:` in property declarations
- Put spaces before `{` in rule declarations

Expand Down