pantheon-upstreams / drupal-composer-managed

Pantheon platform's standard Drupal upstream, and recommended starter template for custom upstreams.
8 stars 24 forks source link

Feature/srl 106 Update components and templates to use SDC format & various style edits #6

Closed glowsinthedark closed 4 months ago

glowsinthedark commented 11 months ago

I made the following updates:

  1. Updated the components directory location
  2. Updated components to use the SDC component format
  3. Updated templates to use the SDC format
  4. Made various font style changes to account for missing includes
  5. Added a one-column layout template to fix missing template error
  6. Used a local stylelint config to format Scss consistently, including alpha order of properties (it is my understanding this is the desired sort order, due to clients editing the code at times). I can commit the config as well as the necessary package.json if desired.

Note: I did NOT update the .yml files at this time. I will do that after this PR is reviewed and committed (there were already over 300 files modified in this commit)