refactor: CoreUI components

This commit is contained in:
xidedix
2018-04-04 19:56:04 +02:00
parent 7dcd6bff72
commit 2313d9421e
89 changed files with 2975 additions and 4372 deletions
+5 -19
View File
@@ -1,22 +1,8 @@
/*!
* CoreUI - Open Source Bootstrap Admin Template
* @version v1.0.10
* @link http://coreui.io
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* @license MIT
*/
// If you want to override variables do it here
@import "variables";
// Override Boostrap variables
@import "bootstrap-variables";
// Import styles
@import "~@coreui/coreui/scss/coreui";
// Import Bootstrap source files
@import "node_modules/bootstrap/scss/bootstrap";
// Override core variables
@import "core-variables";
// Import core styles
@import "core/core";
// Custom styles
// If you want to add something do it here
@import "custom";