Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sass): import path no longer has cwd (#4001)
node-sass updated to remove the cwd from import paths. Fix #3998
- Loading branch information
19b429b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this needs to be back-ported into the 5.x branch?
19b429b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably.
19b429b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks for me.
It works with these two possibilities:
@import "node_modules/videojs-font/scss/icons";
@import "../../../node_modules/videojs-font/scss/icons";