forumone / gesso-wp

Gesso WordPress theme
34 stars 17 forks source link

Update scss to use logical properties #450

Open jackmakesthings opened 2 months ago

jackmakesthings commented 2 months ago

left/right -> inline, top/bottom -> block

This can save us future effort for multilingual sites.

coreylafferty commented 1 month ago

@jackmakesthings (or whoever does this work) -- you might want to look at the code changes and comments in this PR to the Drupal version to see how we handled this and discussions we had around how to implement. https://github.com/forumone/gesso/pull/864