libsass icon indicating copy to clipboard operation
libsass copied to clipboard

All selector pseudo superselector logic should work with prefixes

Open nex3 opened this issue 4 years ago • 0 comments

If :foo(X) is a superselector of :foo(Y), where X and Y are selectors, :-pfx-foo(X) should also be a superselector of :-pfx-foo(Y). For the most part LibSass gets this right, but is-superselector(":-pfx-current(a)", ":-pfx-current(a)") currently returns false where it should return true.

nex3 avatar Aug 13 '19 00:08 nex3