UNPKG

jsts-dom

Version:

Helpers for JSTS files in the browser

12 lines (10 loc) 256 B
<!DOCTYPE html> <meta charset=utf-8> <meta name=viewport content="width=device-width, initial-scale=1"> <title>JSTS-DOM Browser Test</title> <template type=text/jsts> html { background: ${'li' + 'me'} } </template> <script src=bundle.js></script>