.foo {
    display: block;
    @supports (display: flex) {
        display: flex;
    }
}
