9.8.7-1 • Published 6 years ago

@australis/jss-es v9.8.7-1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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