uxuimercergroup / evolution

Evolution site: Global framework for digital design and development -- maintained by the Mercer Digital Center of Excellence
https://evolution.mercer.com/
0 stars 0 forks source link

Sass variable reorganization for theming/customization #103

Open mgholmes opened 8 years ago

mgholmes commented 8 years ago

Create possible theming model using Sass variables from core and bring over to app directory. Manage Sass variables at the app level to customize the build of evolution.css and have the ability to add custom variables at the app level.

app/_foundation-settings.scss (from core) app/_global.scss (from core) app/_settings.scss (would have full settings variables from core + app level settings)

Organisms would need to call app level file above, not core ones as they do now.

Testing needed on kitchen sink after changes made.

Generator-evolution would also need the same changes for boilerplate generation.

Update Gettings Started page with Sass Variables section based on new reorg of Sass variables.