You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue when you use react and styled-jsx with scss imports.
The import gets added after the @import of the scss file when it should just be added to the imports at the top of the file.
The text was updated successfully, but these errors were encountered:
KevinHurts
changed the title
Import always get's added after the last "import" in the file.
Import always gets added after the last "import" in the file.
Oct 9, 2018
I'm having the same problem as @flobacher, it would be nice to have an option to let import in the first line of the file, at least it's easier to fix, especially with eslint.
This is an issue when you use react and styled-jsx with scss imports.
The import gets added after the @import of the scss file when it should just be added to the imports at the top of the file.
The text was updated successfully, but these errors were encountered: