codeforbtv / baby-equipment-exchange

MIT License
0 stars 8 forks source link

SCSS refactor #55

Closed bryanparmelee closed 2 months ago

bryanparmelee commented 2 months ago

This PR replaces globalStyles.module.scss with a CSS file to avoid recurring dependency issues with Sass. Because you cannot use impure selectors such as ":root" in CSS modules, the globalStyles are a standard CSS file to allow for the use of variables. All existing CSS modules can now use these global variables as well using the 'attribute: var(--variable-name)' syntax.

**package.json

** various pages

** misc