How to use / transpile "css :has( )" selector with parcel with parcel?

Viewed 12

I added this to package.json but its not covering it for older browsers

{
"browserslist": "> 0.5%, last 2 versions, not dead",
}

im on chrome 87 and by defaut I can't see :has() taking any effect even after parcel does its think it still doesn't change in the dist/*.css

0 Answers
Related