@australis/jss-es

re-package jss for browser modules

Usage no npm install needed!

<script type="module">
  import australisJssEs from 'https://cdn.skypack.dev/@australis/jss-es';
</script>

README

JSS:

repackage jss for use in browser modules

| Original work @https://github.com/cssinjs/jss

Usage:

 <head>
    <script type="module">
            window.process = {
                env: {
                    NODE_ENV: undefined
                }
            }
    </script>
    <script src="https://unpkg.com/@australis/jss-es" type="module"></script>
 </head>

Test:

serve .
browser  http://localhost:5001/test
# open dev tools and see if there is any error