Oddbean new post about | logout
 nostr:npub1j46f9va5qdrmamcwmncew7g8mwekgma386dhws6k04fsnlkqpcpsj23gm7 & stands for the parent selector. For example:

a {
  & b {}
  c & {}
}

is the same as

a {}
a b {}
c a {}