Streamlined CSS & Ran Mix (in production mode) with updated packages

This commit is contained in:
Youri Wijnands 2018-12-31 12:33:03 +01:00
parent fabebe619d
commit b5e6da4a51
6 changed files with 27 additions and 6375 deletions

View file

@ -13,7 +13,9 @@
"bootstrap-sass": "^3.3.7",
"cross-env": "^5.2.0",
"jquery": "^3.2",
"laravel-mix": "^2.1.14"
"laravel-mix": "^2.1.14",
"imagemin": "^6.0.0",
"ajv": "^6.0.0"
},
"dependencies": {
"select2": "^4.0.6-rc.1"

6193
public/css/app.css vendored

File diff suppressed because one or more lines are too long

160
public/js/app.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
{
"/css/app.css": "/css/app.css?id=fc4d028f7cc679d5b7bf",
"/css/app.css": "/css/app.css?id=42a76e8100656548fd41",
"/js/app.js": "/js/app.js?id=8dc4a6ea723d0df7469d"
}

View file

@ -1,18 +1,14 @@
$body-bg: #CCC;
$app-text: #000;
// Body
$body-bg: #cfd2d4;
$app-block-color: #B13;
$app-light-color: #874;
$app-dark-color: #222;
$app-green: #1B8;
$app-red: #D45;
$app-blue: #4AE;
$app-purple: #547;
$app-text: #2f313a;
$app-block-color: #b71234;
$app-light-color: #84764d;
$app-dark-color: #1d1d1b;
$app-green: #0eb584;
$app-red: #d64d55;
$app-blue: #47a4e9;
$app-purple: #514a77;
$table-heading: #f2f3f6;
$table-line: #cdced8;
$table-heading: #EEF;
$table-line: #CCD;

View file

@ -5,19 +5,14 @@
// Variables
@import "variables";
// Bootstrap
// Plugins
@import "rune";
@import "huebee";
@import "select2";
@import "normalise";
// Bootstrap
@import "app";
@import "rune";
// Huebee
@import "huebee";
// fontawesome
// FontAwesome
@import "fontawesome/fontawesome";
@import "fontawesome/fa-solid";
@import "select2";
@import "app"