
When feature detecting support for :has()
, use :has(+ *)
instead of :has(*)
A rather geeky/technical weblog, est. 2001, by Bramus
:has()
feature detection with @supports(selector(…))
: You want :has(+ *)
, not :has(*)
@supports at-rule(@keyword)