W72crm_web-master/node_modules/less/test/css/import-once.css

16 lines
130 B
CSS
Raw Normal View History

2025-05-27 11:25:53 +08:00
#import {
color: red;
}
body {
width: 100%;
}
.test-f {
height: 10px;
}
body {
width: 100%;
}
.test-f {
height: 10px;
}