Skip to content
This repository was archived by the owner on Nov 10, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 244 Bytes

File metadata and controls

12 lines (8 loc) · 244 Bytes

Style guide

  • Indentation is always 2 spaces.

CSS

  • Only general classes go in app.scss, everything else should go in a page/component specific file.
  • Use id's for page selectors.
  • Use capitalized classes for a component.