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