Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 296 Bytes

project-conventions.md

File metadata and controls

12 lines (9 loc) · 296 Bytes

Project Conventions

Naming Conventions:

  • Modules: vagov_modulename
  • Content types: vagov_contentype
  • Fields: field_[contenttypename]_fieldname

Theme-ing Conventions

  • BEM syntax when possible
  • CSS custom properties instead of Sass variables

Table of Contents