We were using an `@extend` selector inside a `@supports` condition, which didn't generate the `@supports` clause as we intended to, so browsers with no support for mask images were still applying properties which were meant for browsers with support for mask images.