Alesso
Alesso
The PR merged solved the issue, you just need to add `headwind.customTailwindPrefix` to your settings. This issue can be closed. ```json { "headwind.customTailwindPrefix": "tw-" } ```
[Listview](https://facebook.github.io/react-native/docs/listview.html) is deprecated. This project is dead 😞
Is defer supported now? Looking at the [PR](https://github.com/dotansimha/graphql-code-generator/pull/9196) referenced and this example https://github.com/dotansimha/graphql-code-generator/tree/master/examples/react/apollo-client-defer.
Cra can't support postcss-nested syntax because webpack.config.js file haven't postcss-nested module
`postcss.config.js` is not supported in CRA. There is an open [PR](https://github.com/facebook/create-react-app/pull/10456) to update `postcss-loader` and that will allow the configuration to be added.