floss.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
For people who care about, support, and build Free, Libre, and Open Source Software (FLOSS).

Administered by:

Server stats:

681
active users

@OddDev * means every element. So you’d be setting styles to be applied to the before pseudo-element of every element. Likely not what you want to do :)

@OddDev Although, if you scope it to another element, then it’ll mean every element within that scope, which could be useful.

e.g., nav *::before {} would apply those styles before every element in your nav.

@OddDev (Whereas nav::before {} would only apply the styles before the nav element itself.)

@OddDev Yeah, at a quick glance, not sure. Take it out and see what happens :)

Kai Klostermann

@aral It's the same. 🫠 Maybe it's just an oopsie in the post.