@parcel/css
to provide any workaround for ":where" selector
#8262
Unanswered
anantakrishna
asked this question in
Ideas
Replies: 1 comment
-
Please open an issue here instead: https://github.com/parcel-bundler/parcel-css/issues |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently global coverage is no more than 90%: caniuse.com/?search=where
The main feature of
:where
is to achieve 0 specificity which can't be emulated with plain CSS (seemingly). However, maybe emulating:where
with increased specificity still could be beneficial? At least there may be a chance of proper styling in the old browsers instead of completely unstyled HTML?Examples:
:where
selector broken in old browsers facebook/docusaurus#7617postcss-preset-env
also does not provide any workaround for this selector: csstools/postcss-plugins#509Beta Was this translation helpful? Give feedback.
All reactions