Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 606 Bytes

DevelopmentGuidelines.md

File metadata and controls

15 lines (12 loc) · 606 Bytes

Development guidelines

  • Ensure EVERY path used is referenced from the baw.conf module
  • E.g. Not this blah blah Rather, this: blah blah

Design guideline

  • Do NOT use elements if there is logical navigation destination
  • Avoid using bootstrap classes in the html
  • Instead use SASS to import/extend the appropriate classes in the .scss file
  • Ideally, with appropriate exceptions, design and layout should only occur in css
  • And, semantic structure should only occur in HTML