Introduction
Ignited CSS is a minimalistic CSS framework with a sprinkling of Vue 2.0 on the front end. We've left out the build step for javascript (vue) intentionally to keep complexity to a bare minimum.The idea behind it is to allow developers a way to quickly build front end UI's without going over the top. We encourage a minimal use of atomic css classes, and building more semantic css stylesheets via SASS. Overall, we hope it leads to a more maintainable way of building your frontends.
Accessibility concerns
Eventually, the component library will support full accessibility with aria and keyboard navigation ensuring our library follows the standards.