mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
@ricardosiri68 changed the relative sass paths. closes #3147
This commit is contained in:
parent
4e75ce1e9e
commit
bf95bb21cc
@ -6,6 +6,7 @@ CHANGELOG
|
||||
* @OwenEdwards added basic descriptions track support ([view](https://github.com/videojs/video.js/pull/3098))
|
||||
* @kamilbrenk Added lang
|
||||
* @arius28 added greek translation file (el.json) ([view](https://github.com/videojs/video.js/pull/3185))
|
||||
* @ricardosiri68 changed the relative sass paths ([view](https://github.com/videojs/video.js/pull/3147))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -3,9 +3,9 @@
|
||||
@import "utilities";
|
||||
|
||||
@if $icon-codepoints {
|
||||
@import "../../node_modules/videojs-font/scss/icons-codepoints";
|
||||
@import "node_modules/videojs-font/scss/icons-codepoints";
|
||||
} @else {
|
||||
@import "../../node_modules/videojs-font/scss/icons";
|
||||
@import "node_modules/videojs-font/scss/icons";
|
||||
}
|
||||
|
||||
@import "components/layout";
|
||||
|
Loading…
Reference in New Issue
Block a user