This works for me simply:
@import 'myfile.css';
If that doesn't work (remember that the path refers to the CSS file or the HTML document if it is in a tag style
), try using the prefix app://
because that is the correct path to the projects document root.
a source
to share