From b530701cffd74c70f37225c598cd226f2a13b525 Mon Sep 17 00:00:00 2001 From: Peter Jaszkowiak Date: Mon, 6 Feb 2017 15:54:21 -0700 Subject: [PATCH] Fix tabs :rage: --- src/meta/css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta/css.js b/src/meta/css.js index 6c4a0f62e3..3627c6c41a 100644 --- a/src/meta/css.js +++ b/src/meta/css.js @@ -26,7 +26,7 @@ module.exports = function (Meta) { '@import (inline) "../public/vendor/jquery/css/smoothness/jquery-ui.css";', '@import (inline) "../public/vendor/jquery/bootstrap-tagsinput/bootstrap-tagsinput.css";', '@import (inline) "../public/vendor/colorpicker/colorpicker.css";', - '@import (inline) "../node_modules/cropperjs/dist/cropper.css";', + '@import (inline) "../node_modules/cropperjs/dist/cropper.css";', '@import "../../public/less/flags.less";', '@import "../../public/less/blacklist.less";', '@import "../../public/less/generics.less";',