]> git.sommitrealweird.co.uk Git - cssbattle.git/blob - nested.js
Rename from .txt to .js, as they're all JavaScript
[cssbattle.git] / nested.js
1 function run(code) {
2     template = `<style>
3   &{
4     background: white;
5     * {
6       background: red;
7     }`
8     return template;
9 }