You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thescientist13
changed the title
add support for optimizing the CSS :has psuedo-selector
add support for optimizing the CSS :has pseudo-selector
May 5, 2023
thescientist13
changed the title
add support for optimizing the CSS :has pseudo-selector
add support for optimizing the CSS :has / :is pseudo-selectora
Nov 4, 2023
thescientist13
changed the title
add support for optimizing the CSS :has / :is pseudo-selectora
add support for optimizing the CSS :has / :is pseudo-selectors
Nov 4, 2023
Type of Change
Feature
Summary
The CSS
:has
psuedo-selector is neat new CSS feature (almost*) available in all browsers and can [come in pretty handy](https://twitter.com/wesbos/status/1653401308022607874?s=43&t=23JfvPjOIJyZ9W8iFiZYyg).
https://www.smashingmagazine.com/2023/01/level-up-css-skills-has-selector/
It is still outstanding in FF but will be coming soon but it is a standard now, so no harm in supporting it in Greenwood
https://caniuse.com/css-has
Details
So will just need to add support for this in our CSS resource plugin and add a test case.
The text was updated successfully, but these errors were encountered: