Files
less.js/test/css/import-interpolation.css

13 lines
129 B
CSS

body {
width: 100%;
}
#logo {
width: 100px;
height: 100px;
background: url('../assets/logo.png');
}
.a {
var: test;
}