Open soluml opened 4 years ago
Similar in scope to this issue, could we get merging of @supports rules as well?
@supports (display:grid) { .foo { color: "#444"; } } @supports (display:grid) { .bar { color: "#eee"; } }
Similar in scope to this issue, could we get merging of @supports rules as well?