Skip to content

Commit 4040642

Browse files
authored
Update blockquote to markdown format
1 parent fd9345c commit 4040642

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • wordpress-coding-standards

wordpress-coding-standards/css.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ Incorrect:
112112

113113
### Property Ordering
114114

115-
<blockquote>"Group like properties together, especially if you have a lot of them."
116-
-- Nacin</blockquote>
115+
> "Group like properties together, especially if you have a lot of them."
116+
> -- Nacin
117117
118118
Above all else, choose something that is meaningful to you and semantic in some way. Random ordering is chaos, not poetry. In WordPress Core, our choice is logical or grouped ordering, wherein properties are grouped by meaning and ordered specifically within those groups. The properties within groups are also strategically ordered to create transitions between sections, such as background directly before color. The baseline for ordering is:
119119

0 commit comments

Comments
 (0)