pixsy/node_modules/less/test/css/import-interpolation.css

14 lines
163 B
CSS
Raw Normal View History

2017-12-22 17:22:08 +00:00
body {
width: 100%;
}
#logo {
width: 100px;
height: 100px;
background: url('../assets/logo.png');
background: url("#inline-svg");
}
.a {
var: test;
}