Rework styles. Remove bootstrap dependency.

parent 237a87be
......@@ -21,7 +21,6 @@
"dependencies": {
"alertify.js": "^1.0.12",
"babel-polyfill": "^6.26.0",
"bootstrap": "^3.3.7",
"jquery": "^3.3.1",
"react": "^16.4.1",
"react-bootstrap": "^0.32.1",
......@@ -31,7 +30,7 @@
"scripts": {
"buildDev": "webpack -d --devtool=source-map",
"build": "webpack --mode=production",
"start": "webpack-dev-server -d --hot --content-base example/"
"start": "webpack-dev-server -d --hot --inline --content-base example/"
},
"devDependencies": {
"babel-core": "^6.26.3",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -7,7 +7,7 @@ import {i18n} from '../Localization';
import {config} from '../config';
import './bootstrap-custom/css/es-bootstrap.scss';
import './styles.scss';
const alertify = require("alertify.js");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment