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
{{ message }}
This repository was archived by the owner on Apr 16, 2022. It is now read-only.
It would be nice to refactor our styles so they are more maintainable and reusable. A few considerations for this:
Introduce a naming convention such as BEM
Organise styles into components
Utilise SASS features such as mixins, imports, variables, maps etc
We've recently added Gulp but it might make more sense to use Webpack and let it handle code minification, asset optimisation and SASS to CSS compilation.
These are just some ideas and suggestions – this is open for discussion 😄