Currently in development - use with caution.
This project assumes that you are a CSS professional or advanced practitioner. It is meant for super high performance over scalability and, unfortunately for those not familiar with CSS or are beginners to the world of FE Dev, maintainability. That's not to say that it's not maintainable... but that the class attribute can become overloaded so I reiterate... performance ╰(◕ ヮ ◕)つ ¤=[]———
- Complete with styleguide.
- Themes out-of-the-box.
- Pre-processor friendly.
Hosted demo coming soon
- Clone this repo to local, working directory
- Install dependancies
npm i
- Build the project
npm run build
- Start the server
npm run start
- Use PostCSS to provide fallback for CSS custom properties (on old browser only).
- If you see any issues or would like to see something added please raise a pull request, much appreciated.
Create a new issue add the enhancement
label.