cised-ca / se-dir-frontend-react

GNU Affero General Public License v3.0
2 stars 1 forks source link

scss: Re-org to leverage partials/vars/etc. #34

Closed chimo closed 8 years ago

chimo commented 8 years ago

Components stylesheets have been renamed to partials (leading underscore)

Components don't "require()" their .scss stylesheets anymore.

Only "main.scss" is required by "Main.js".

"main.scss" does nothing but "@import" all the partials.

This allows us to use SCSS variables/mixins, etc.

New stylesheets/partials will need to be added to "main.scss" manually as they are created/needed.