summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/scss/foo/bar.scss
blob: 326d34232d18b2da6a2348b72b7e33be78bd65fc (plain)
1
2
3
4
5
.bar {
   background: url("lorem.png");
   background: url('lorem.png');
   background: url(lorem.png);
}