terribleMia’s avatarterribleMia’s Twitter Archive—№ 9,042

    1. Introducing "Improv SassCSS," a new (bad) convention: .block { &__element { color: red; } } can be written: $yes-and: '&'; .block { #{$yes-and}__element { color: red; } } You're welcome.
  1. …in reply to @TerribleMia
    If you're into brevity: $👍➕: '&'; .block { #{$👍➕}__element { color: red; } }