Ansuman Shah
Ansuman Shah
Thanks for the issue, I think @gdad-s-river is working on this.
would you like to taken an attempt in fixing this issue and raising a PR?
We currently support the styled-jss syntax as any function with name styled/css is supported but for react-jss I feel as it is a general object syntax we can't do much,...
actually any function call with a name that follows the regex `glamorous|css|style|StyleSheet.create` is valid for now, even if it contains string literals, that is a bug I think
yes css(objectRef) would not work as we are not parsing the whole file for all calls
Would you suggest a way if that could work?
babel parser fails as the input is not a valid js when user is typing
regex is editable in the settings we can specify more defaults as well, we can try with the const styles = {}; object as well and check for issues if...
True, default are specified [here](https://github.com/ansumanshah/css-in-js/blob/master/packages/atom-css-in-js/lib/config.json#L6) for now and I am not that good with regex so we will have to cross check cases for now