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
- Host: GitHub
- URL: https://github.com/acss-io/acss-browser
- Owner: acss-io
- Created: 2016-12-07T22:54:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T01:26:57.000Z (over 8 years ago)
- Last Synced: 2025-02-24T08:57:40.740Z (4 months ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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'```