@australis/jss-es
v9.8.7-1
Published
re-package jss for browser modules
Downloads
2
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