frappe_docker/frappe-bench/node_modules/less/test/css/import-interpolation.css
2017-07-31 15:51:51 +05:30

13 lines
163 B
CSS

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