I found myself doing a lot of repetition with react and sass and it looks somewhat like this:
@use './../../../../../util/' as *
Is there a possibility to create something that always points to the right path so we can use it in a way like this
@use util as *