UNPKG

typestyle

Version:
10 lines 227 B
<!-- Test UMD with a script-tag.html --> <html> <body> <script src="./typestyle.min.js"></script> <script> console.log(typestyle); typestyle.cssRaw('body {background:red}'); </script> </body> </html>