Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/bonsaicss/bonsai.css

A Utility Complete CSS Framework for less than 45kb (8kB Gzipped) -
https://github.com/bonsaicss/bonsai.css

css css-framework custom-properties responsive utility-classes

Last synced: about 1 month ago
JSON representation

A Utility Complete CSS Framework for less than 45kb (8kB Gzipped) -

Lists

README

        

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:

```bash
npm i
```

### Building

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

```bash
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](https://www.bonsaicss.com).