NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/less/test/css/math/parens-division/media-math.css
2023-09-14 14:47:11 +08:00

11 lines
108 B
Java

@media (min-width: 17) {
.foo {
bar: 1;
}
}
@media (min-width: 16 / 9) {
.foo {
bar: 1;
}
}