swc/css/parser/tests/fixture/rome/supports/input.css
2021-08-19 05:16:32 +00:00

13 lines
370 B
CSS

@supports not (display: flex) {
}
@supports ( box-shadow: 0 0 2px black inset ) or
( -moz-box-shadow: 0 0 2px black inset ) or
( -webkit-box-shadow: 0 0 2px black inset ) or
( -o-box-shadow: 0 0 2px black inset ) {}
@supports ((transition-property: color) or
(animation-name: foo)) and
(transform: rotate(10deg)) {}