threepointone/glamor

let `style()` accept aphrodite-like nested rules

Closed this issue · 2 comments

style() should be able to accept rules like -

style({
  color: 'red',
  ':hover': {
    color: 'blue'
  }
})

why not, yeah ? :)

this is live@2.16.0! woowoo!

Maybe i should do the same for media queries now?

made a new issue for media queries, closing this one.