terribleMia’s avatarterribleMia’s Twitter Archive—№ 10,714

  1. …in reply to @StfBauer
    StfBauer The @/container syntax doesn't take a selector. I think the most Sass can do is bubble-up the query to the top, with nested selectors: .outer { @/container (…) { .inner { … } } } becomes… @/container (…) { .outer .inner { … } }