How to avoid long relative paths import in your angular app ๐
one of that code smells is importing base scss/less files with longer relative paths.
This problem will be faced if you are working on slightly large angular apps.
@import "../../../../variables";
This looks weird, this nesting path depends on how de...
muhammadawaisshaikh.hashnode.dev1 min read