Skip to content

bonsaicss/bonsai.css

Repository files navigation

Bonsai CSS Logo

bonsai.css

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.

Setup for development

Install the dependencies with npm first:

npm i

Building

To build new Bonsai files (in the dist folder), run:

npm run build

Developing

To automatically build new versions of Bonsai during development, run:

npm run watch

Documentation

For full documentation, visit https://www.bonsaicss.com.