Troy Rhinehart

Results 6 issues of Troy Rhinehart

Characters such as `# ~ - [ ] ( ) >` should be escaped like how characters `* _` are. Use case: - Visit https://react-rte.org/demo - Type the following ```...

#### Feature Request Similar to `reselect`, would be nice to compose selectors with other selectors, that way the business logic can be abstracted and isolated to the selector. #### Example...

This looks great, any plans for variable support? ``` Label { color: @label.color } Label:hover { color: @label.hover } ``` or ``` Label { color: @prop:color; } Label:hover { color:...

enhancement
help wanted

I haven't used your lib yet, but came across it looking for a zero runtime atomic css-in-js solution (similar to the one facebook just demoed @ React Conf, but have...

Would be nice to be able to fallback to "server like" functionality of `StyleSheet` and store rules in memory instead of a new stylesheet. I can get the CSS rules...

enhancement

### Move `react` to peerDependency Specifying `react` as a dependency can cause multiple versions of React to be present in a single consumer build if there is a semver mismatch...