Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 314 Bytes

DEVELOP.md

File metadata and controls

7 lines (6 loc) · 314 Bytes

Development

Updates

  • U.S. Web Design Standards
    • https://standards.usa.gov/
    • Note: When using with rails, all resource paths need to be updated to use sprockets helpers. Which will also require using .scss file extension.
    • Ex. url("../img/close.png"); will become image-url("close.png");