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
NOTE: current implementation is working only for imports starting with "./" as shown below. (as expected it is saying me to move the import at last)
But when I am changing the import starting with to "../../..". It should ask me to move the scss import at last, but it is saying to move after the nearest sibling.
Was following this issue ##1239
And as mentioned in the last comment here
The scss file is getting imported before the nearest sibling and not at the end of the import list as expected.
The text was updated successfully, but these errors were encountered: