mirror of
				https://github.com/videojs/video.js.git
				synced 2025-10-31 00:08:01 +02:00 
			
		
		
		
	@ricardosiri68 changed the relative sass paths. closes #3147
This commit is contained in:
		
				
					committed by
					
						 Gary Katsevman
						Gary Katsevman
					
				
			
			
				
	
			
			
			
						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"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user