To access the assets folder from within any file in the scr/app
directory, I simply call ../assets/
and it works fine.
However, when I'm in the global.scss
file, I can't. It gives me a "Resource not found" error. I've tried other variations to call the directory (../../assets/
, ./assets
, etc.), but it just keeps failing.
I'm working with Ionic 6