Changed bootstrap-sass back to bootstrap (with less). Theme now loads before the preloader is shown.

This commit is contained in:
n1474335 2017-05-13 16:45:19 +01:00
parent 280f1ee2df
commit 823b276ef5
7 changed files with 69 additions and 64 deletions

View file

@ -9,7 +9,7 @@ import "./stylesheets/main.js";
// Libs
import "babel-polyfill";
import "bootstrap-sass";
import "bootstrap";
import "bootstrap-switch";
import "bootstrap-colorpicker";
import CanvasComponents from "../core/lib/canvascomponents.js";