]> git.sommitrealweird.co.uk Git - cssbattle.git/blob - base.js
Fix spacing on element template
[cssbattle.git] / base.js
1 function run(code) {
2     template = `<style>
3 & {
4   background: white;`
5       return template;
6 }