NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/less/test/css/import-interpolation.css
2023-09-14 14:47:11 +08:00

14 lines
163 B
Java

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