CSE 154 Code Quality Guide(CSS) {

NOTE: All CSS Code should validate. Check to see if your code validated by looking for a green check mark in your repo. The validators will automatically run and email you a report if your code does not validate.

Table of Contents

  1. Ordering
  2. Redundancy
  3. Vendor-Prefix CSS
  4. Comments
  5. Whitespace & Indentation
  6. Good CSS Design

Ordering

⬆ back to top

Redundancy

⬆ back to top

Vendor-Prefix CSS

⬆ back to top

Comments

⬆ back to top

Whitespace & Indentation

⬆ back to top

Good CSS Design

⬆ back to top

};