UNPKG

afrododi

Version:

Framework-agnostic async-compatible CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation

11 lines (10 loc) 182 B
<!doctype html> <html> <head> <meta charset="utf-8"> </head> <body> <div id="root"></div> <script src="./bundle.js"></script> </body> </html>