Can I use prefixless Flex Box?
@supports (display: block) {
body { background-color: red;
color: white;
font-size: 2rem;
font-family: arial;
}
}
@supports (display: flex) {
body { background-color: green }
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.