You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable a publisher to configure its colors and typography via a dashboard we will need to refactor how publisher specific styles are stored. Each publisher should be abstracted out of app/assets/stylesheets/themes.scss to its own include sass stylesheet (ie, _michigan.scss) that gets pulled into app/assets/stylesheets/themes.scss
Move publisher specific styles in themes.scss to self-contained sass include file
Modify themes.scss to include each publisher specific file
Test to ensure no CSS is broken with this configuration
The text was updated successfully, but these errors were encountered:
To enable a publisher to configure its colors and typography via a dashboard we will need to refactor how publisher specific styles are stored. Each publisher should be abstracted out of
app/assets/stylesheets/themes.scss
to its own include sass stylesheet (ie,_michigan.scss
) that gets pulled intoapp/assets/stylesheets/themes.scss
themes.scss
to self-contained sass include fileThe text was updated successfully, but these errors were encountered: