From 0ec9d2ec7227722069ffd1bc96d3f6fe4a2e2b6a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 5 Oct 2021 17:00:50 +0200 Subject: [PATCH] wip #4751 @0.5 --- src/Compiler/Styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compiler/Styles.php b/src/Compiler/Styles.php index 36a06c9..f8c3093 100644 --- a/src/Compiler/Styles.php +++ b/src/Compiler/Styles.php @@ -13,7 +13,7 @@ trait Styles protected $stylesheets = []; protected $lessSource; protected $cssfont = []; - public $lessFiles = ['fluidbook']; + public $lessFiles = ['fluidbook','videojs/videojs']; public function isMobileFirst() { -- 2.39.5