threepointone/glamor

steal ideas from styled-components

Closed this issue · 3 comments

specifically -

  • string literal notation/interpolated vars
  • inline css syntax (maybe with a babel helper, to be lighter while deploying?)
  • RN support
  • 'reusable components' helpers
  • etc

got support for 'contextual' selectors in 8f35c45

closing this as we've shipped (albeit buggy)

are there docs for this? I'm thinking about using styled-components along with glamor, but if glamor already supports the same syntax that would be wonderful :)