Conventions

"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,

Read More

Utilize widely-supported HTML5 elements when available for a more semantic and valid layout. This will help maximize SEO potential and

Read More

CSS Pre-processor: Sass

The css extension language Sass will be used for all Platform css. Css files will be created using the .scss extension and

Read More
  • Don't use javascript for anything style related that css can be used for
  • Use basic javascript (not jQuery) as much as
Read More
  • When naming properties in a layout do not use CSS IDs unless there is a javascript specific reason
  • The CSS classes field is preferred over using an
Read More