-
Notifications
You must be signed in to change notification settings - Fork 0
Coding Standards—CSS
Reuben L. Lillie edited this page Feb 5, 2019
·
2 revisions
Place selectors on separate lines.
Indent property: value; declarations with four spaces, not tabs.
Put a colon followed by a single space between property and value, followed by a semicolon.
element,
.class-selector {
property: value;
}This wiki is for the theme repository only. For information about editing Manual content and other information about the site itself, see the main wiki.