1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-27 11:22:06 +02:00

fix(sass): import path no longer has cwd (#4001)

node-sass updated to remove the cwd from import paths.

Fix #3998
This commit is contained in:
Gary Katsevman 2017-01-31 15:10:31 -05:00 committed by GitHub
parent c8f5e3a3fc
commit 19b429bddc

View File

@ -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";