Desmond Brand
Desmond Brand

Looks like the grammar thinks it's a Javascript string even when it's in the JSX part of the file: 
Airbnb's react style guide is quite popular. But the indentation rules of this package are incompatible with it. [Here's the style guide rule](https://github.com/airbnb/javascript/tree/master/react#alignment). Below is what this package defaults to....
via email: > Thank you for your Caffeinated program, it's working out great for my in-law that was getting annoyed with her computer going to sleep while letting her music...
Here I'm after `WhyFlexport.jsx` but the images always appear first. 
The following file errors when the `idx` transform is present too. file.jsx: ```js /* eslint-disable flowtype/require-valid-file-annotation, no-unused-vars, flexport/must-have-team */ import * as React from "react"; import idx from "idx"; //...
Thanks for creating this, it looks great! One feature I'd appreciate is the ability to (a) drag types around, and persist the coords and (b) hide some of the types....

React Native has [`paddingHorizontal`](https://facebook.github.io/react-native/docs/layout-props#paddinghorizontal), [`paddingVertical`](https://facebook.github.io/react-native/docs/layout-props#paddingvertical), [etc](https://facebook.github.io/react-native/docs/layout-props#marginhorizontal) which makes the lack of CSS shorthand less painful. Aphrodite's style API is already extremely similar to React Native. I'm not sure if that...
Line-based comments can appear in output. Example: ``` @font-face { src: url('./fontawesome-webfont.eot?#iefix') format('embedded-opentype'), // a line based comment that should be stripped url('./fontawesome-webfont.woff') format('woff'), } ``` Run that through lessc...