/* feature queries */ .example { background: red; } @supports () { .example { background: lime; } }