home.social

#thisonething — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #thisonething, aggregated by home.social.

fetched live
  1. @mikemccaffrey
    What if you add :where() to it?

    .something:not(:where(#thisonething))

  2. I had absolutely no idea that the :has() and :not() pseudo selectors in #CSS take on the specificity of whatever selector you pass into them, which is batshit crazy.

    I've never encountered issues, because 99% of the time I'm just passing a single class into :not(), but if you do something like this, it is nearly impossible to override:

    .something:not(#thisonething)

    developer.mozilla.org/en-US/do