Open
Description
Hello,
I use scss files with react-native, however I was wondering if it was also possible to add path aliases in scss files, I thought of using react-native-sass-transformer but I couldn't find anything,
Here is a typical example:
@import "../../assets/common/__global-colors";
Will become:
@import "@colors"; with alias
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels