Skip to content

Commit

Permalink
fix(sass): import path no longer has cwd (videojs#4001)
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 authored and OwenEdwards committed Jan 31, 2017
1 parent 6578ed9 commit b657ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/video-js.scss
Original file line number Diff line number Diff line change
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";

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

0 comments on commit b657ab3

Please sign in to comment.