rem’s avatarrem’s Twitter Archive—№ 68,473

    1. CSS in JS thought: importing CSS/SCSS/etc from a separate file to include in my CSS has no benefit (_in small projects_) unless the import is automatically scoped to my component. CSS modules—I think—is supposed to solve this, but then do I have strictly specify my class names…
  1. …in reply to @rem
    This is really where I keep returning to the idea of styled-components and the likes. It's just I _really_ like my CSS in files…