mirror of
https://github.com/videojs/video.js.git
synced 2025-02-04 11:43:27 +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:
parent
c8f5e3a3fc
commit
19b429bddc
@ -2,7 +2,7 @@
|
|||||||
@import "private-variables";
|
@import "private-variables";
|
||||||
@import "utilities";
|
@import "utilities";
|
||||||
|
|
||||||
@import "node_modules/videojs-font/scss/icons";
|
@import "../../node_modules/videojs-font/scss/icons";
|
||||||
|
|
||||||
@import "components/layout";
|
@import "components/layout";
|
||||||
@import "components/big-play";
|
@import "components/big-play";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user