perpetual-education-personal / pssst-css

A CSS methodology so great, it needed a name...
10 stars 9 forks source link

Investigate :where() around meyer-reset selector lists #2

Open sheriffderek opened 2 years ago

sheriffderek commented 2 years ago

For some reason - a while back...

* {
  border: 1px solid red;
}

Stopped working. I asked Eric and Chis Coyier and a bunch of people - but they didn't respond. I swear I had been writing that daily for a decade and it always worked... but maybe I truly am crazy.

Anyway... it doesn't work with the meyer-reset.

Now we have these new :is() and :where() pseudo classes - Pen ??