]> git.sommitrealweird.co.uk Git - cssbattle.git/blobdiff - nested.js
Rename from .txt to .js, as they're all JavaScript
[cssbattle.git] / nested.js
diff --git a/nested.js b/nested.js
new file mode 100644 (file)
index 0000000..b03bb4d
--- /dev/null
+++ b/nested.js
@@ -0,0 +1,9 @@
+function run(code) {
+    template = `<style>
+  &{
+    background: white;
+    * {
+      background: red;
+    }`
+    return template;
+}
\ No newline at end of file