Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 354 Bytes

html_and_css.md

File metadata and controls

4 lines (3 loc) · 354 Bytes

Best Practices for HTML and CSS

  • Element IDs and class names should always be lowercase-with-dashes.
  • Put modals and JST templates in their own files. In the app-template these belong in the templates and jst directories, respectively. When this isn't feasible, put modals in the page footer first, followed by inline javascript templates.