]> git.sommitrealweird.co.uk Git - cssbattle.git/blob - nested.txt
b03bb4d4e989e71c921fdf6a3023a73392a8d482
[cssbattle.git] / nested.txt
1 function run(code) {
2     template = `<style>
3   &{
4     background: white;
5     * {
6       background: red;
7     }`
8     return template;
9 }