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 has been archived by the owner on Dec 11, 2021. It is now read-only.
This project has been around for about two years now, although due to other life concerns and time availability of team members, progress has been slow for the last year. We've been lacking in focus, and components tend to go in different stylistic directions, both code wise and visually.
We also made decisions 2+ years ago that maybe are not the best ideas now. So the purpose of this issue thread is to analyze decisions we made and see where we need to go from here. Let's come up with a clear list of actionable goals for V1 which could include the following:
Analyze tooling, revisit if necessary
Currently we are using grunt.
Refactor Typography. How do we want to handle it? (responsive typography, units, etc)
Are we still happy with SASS? Is it worth it to look at post-css, and embrace CSS modules instead? (It would make it easier for JS libraries to use just the parts of this project they need, since CSS modules are becoming popular)
Getting Started / Style Guide files
This might help with new contributors, as our current way of doing things isn't well documented unless you look at the code
Etc
The text was updated successfully, but these errors were encountered:
I am happy with grunt. Though we should once revisit the tests we have used and remove the ones that are not relevant right now. There is an accessibility test PR pending which I think should be merged.
This project has been around for about two years now, although due to other life concerns and time availability of team members, progress has been slow for the last year. We've been lacking in focus, and components tend to go in different stylistic directions, both code wise and visually.
We also made decisions 2+ years ago that maybe are not the best ideas now. So the purpose of this issue thread is to analyze decisions we made and see where we need to go from here. Let's come up with a clear list of actionable goals for V1 which could include the following:
The text was updated successfully, but these errors were encountered: