Skip to content

Commit

Permalink
fix(sass): import path no longer has cwd
Browse files Browse the repository at this point in the history
node-sass updated to remove the cwd from import paths.

Fix videojs#3998
  • Loading branch information
gkatsev committed Jan 31, 2017
1 parent c8f5e3a commit 23329c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/video-js.scss
Expand Up @@ -2,7 +2,7 @@
@import "private-variables";
@import "utilities";

@import "node_modules/videojs-font/scss/icons";
@import "../../node_modules/videojs-font/scss/icons";

This comment has been minimized.

Copy link
@etomProductions

etomProductions Sep 25, 2020

Look like the same bug located in the latest version 7.9.5. I hope its not meant to keep it like this as its took time to fix it. Thank you.


@import "components/layout";
@import "components/big-play";
Expand Down

0 comments on commit 23329c7

Please sign in to comment.