summaryrefslogtreecommitdiff
path: root/plugins/Minify/extlib/minify/min_unit_tests/_test_files/importProcessor/adjacent.css
blob: b452f473e7b50b0f06f0b07a2318c3fea0da1151 (plain)
1
2
3
4
@import url(../css/styles.css);
@import url(http://example.com/hello.css);
adjacent foo { background: red url(/red.gif); }
adjacent bar { background: url('../green.gif') }