steal-css
Version:
CSS plugin for StealJS
21 lines (19 loc) • 456 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>css file starting with attribute selector</title>
</head>
<body>
<span lang="en-us en-gb en-au en-nz">Hello World!</span>
<span class="pt" lang="pt">Olá Mundo!</span>
<script>
window.assert = window.parent.assert;
window.done = window.parent.done;
</script>
<script
src="../../node_modules/steal/steal.js"
main="test/css-attr-selector/main"
></script>
</body>
</html>