acss-browser

1.3.5 • Public • Published

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>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.5
    9
    • latest

Version History

Package Sidebar

Install

npm i acss-browser

Weekly Downloads

9

Version

1.3.5

License

none

Last publish

Collaborators

  • whmountains