cssinjs / jss

JSS is an authoring tool for CSS which uses JavaScript as a host language.
https://cssinjs.org
MIT License
7.07k stars 399 forks source link

[react-jss] Add flowtype support #797

Closed HenriBeck closed 5 years ago

HenriBeck commented 6 years ago

From @HenriBeck on July 6, 2018 18:38

As the jss libary is already using flow, we could add flow to this one as well.

Copied from original issue: cssinjs/react-jss#274

HenriBeck commented 6 years ago

Probably won't be in the near future as I'm currently working on migrating the plugin repos to the monorepo.

HenriBeck commented 6 years ago

From @gomesalexandre on July 9, 2018 13:49

@kof I would like to contribute the flow support for this repo, is it something that you would be interested in ?

HenriBeck commented 6 years ago

Sure, go ahead. Create a PR and we will review it.

HenriBeck commented 5 years ago

Implemented in #818