OER-WEB-TEAM / design-system--drupal-theme

1 stars 0 forks source link

Split SASS compilation - NIHOD vs Color palette #2

Open AlexVanK opened 6 months ago

AlexVanK commented 6 months ago

Because the color palette is usually the main difference between websites, we could separate the SASS compilation chain between styles and colors. Colors would have to be compiled into a separate stylesheet to be added to the websites.

Advantages ✔️ Disadvantages❌
Separation of Concerns Too many files to manage
Structural stylesheet could be used easier outside Drupal Requires devs to recompile
Departure from centralized styleguide system
NIHOD style needs to have a starter palette color anyway