Sunil Pai

Results 342 comments of Sunil Pai

thanks for the tips! I've only just started learning reason so this is helpful, wanted to push some code that worked before making it better. cheers!

yeah I'm starting to write out some basic tests before doing anything further. do you still want examples of how joinselectors works?

using glamor notation, consider the style ```js { " .child" : { ".ie6 &": { ":hover": { color: 'red' } } } } ``` that should compile down to ```css...

given a string '.a, span:hover, &:matches(h1, h2)', it splits it into an array of selectors, `[".a", "span:hover", "&:matches(h1, h2)"]`

are you up for annotating all the grid properties too?

take all the time you need, no hurry for this

yo @thysultan, thanks or showing up! quick question - is it possible for stylis to return the parsed rules as an array, instead all concatenated into a string? This will...

Not high priority for now.