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

  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
      IMPROV Modular Recursion Organized Very-well
    2. …in reply to @TerribleMia
      If you're into brevity: $👍➕: '&'; .block { #{$👍➕}__element { color: red; } }