1.3.5 • Published 7 years ago

acss-browser v1.3.5

Weekly downloads
19
License
-
Repository
-
Last release
7 years ago

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.

<script src="https://unpkg.com/acss-browser"></script>

config

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

<script>
  var acssConfig = {
    'custom': {
      'primary': '#f3f3f3'
    }
  }
  var acssNamespace = '#acssRoot'
</script>
<script src="https://unpkg.com/acss-browser"></script>
1.3.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.1.1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago