terribleMia’s avatarterribleMia’s Twitter Archive—№ 11,080

  1. …in reply to @simonda1ey
    @codeswaps Note that the spec has a few limitations compared to your example, because browser engines have a much higher performance standard. Each nested selector must start with '&' or use the explicit at-nest rule. eg: .card { & .card-text {} @\nest (body.home & .card-title) {} }