RoXoM
RoXoM
Maybe we can support a ENV variable to ignore the css order warning? like `IGNORE_CSS_ORDER_WARNING=false` I think it is the best solution currently. For `mini-css-extract-plugin`, it don't known you use...
If you want to resolve the issue by sorting imports, you can try to use ESLint plugin -- [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort)
@anujsingla Make sure your `mini-css-extract-plugin` support `ignoreOrder`. `mini-css-extract-plugin` support `ignoreOrder` in [v0.8.0](https://github.com/webpack-contrib/mini-css-extract-plugin/releases/tag/v0.8.0). And react-scripts upgrade `mini-css-extract-plugin` to v0.8.0 in [v3.1.2](https://github.com/facebook/create-react-app/blob/a825e8f5e3b7ecd84a0bcef61bbc26eb4e8fd9c3/packages/react-scripts/package.json#L62)
@Rocinante89 I am not using CRACO. But, you can show more error messages so that others can help you.
fix issue #242 #253 #241 support PR #243
@Anish-Agnihotri Do you have time to code review???
also PR #220
@Anish-Agnihotri Is there any problem in this PR???
If someone need this PR: Try to use https://github.com/xyy94813/customize-cra-less-loader
Also issue #242