Hi, did you manage to solve this issue? I’m facing the same problem.
Your file starts with an underscore. Did you try to add it:
@import "core/_legacy/bootstrap/_bootstrap";
@import "core/_legacy/bootstrap/_bootstrap-rtl";
or
@import "core/_legacy/bootstrap/_bootstrap.scss";
@import "core/_legacy/bootstrap/_bootstrap-rtl.scss";
After changing these lines, click in F4 aka App > Synchronize App Directory
have you tried syncing?
usually fixes directory problems.
ps: the underscore is a compiler thing, it doesn't need an underscore in the import line.
facing same problem, any solution?
same here, any answers?