A complete Utility First CSS Framework for less than 45 KB (8 KB Gzipped)
Bonsai CSS is a super lightweight, fully responsive, utility first framework. All you need to build beautifully crafted web interfaces with ease.
Install the dependencies with npm first:
npm i
To build new Bonsai files (in the dist folder), run:
npm run build
To automatically build new versions of Bonsai during development, run:
npm run watch
For full documentation, visit https://www.bonsaicss.com.