File Architecture
Images should not be in the CSS folder
- Theme specific images should be in the
img
folder (which is not in the CSS folder) - All content related images should be in S3
- Theme specific images should be in the
Prefix CSS directories with numbers to keep them in order of how they appear in cascade
Organizing CSS
- Use the 7-1 structure (https://sass-guidelin.es/#the-7-1-pattern)
a. Remove the themes directory
b. Add a file for global styles in the base
- Use the 7-1 structure (https://sass-guidelin.es/#the-7-1-pattern)
See examples here: https://github.com/DivcomWebTeam/platform_base_theme#2-file-architecture