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

https://github.com/acss-io/acss-browser

Auto-generate acss classes in your browser for debugging
https://github.com/acss-io/acss-browser

Last synced: 4 months ago
JSON representation

Auto-generate acss classes in your browser for debugging

Awesome Lists containing this project

README

        

# acss-browser
Auto-generate acss classes in your browser. Add some new acss classes and the corresponding css will be generated. Use it in development to allow editing directly in the browser.

## Usage

Just include this script tag somewhere on your page.

```

```

## config

Define your atomizer config as `acssConfig`. You can also define `acssNamespace`.

```

var acssConfig = {
'custom': {
'primary': '#f3f3f3'
}
}
var acssNamespace = '#acssRoot'

```