2018-03-17 17:07:55 +00:00
|
|
|
/*!
|
2020-01-22 07:47:01 +00:00
|
|
|
* AdminLTE v3.0.3-pre
|
2019-06-05 11:34:15 +00:00
|
|
|
* Author: Colorlib
|
2019-11-20 08:18:11 +00:00
|
|
|
* Website: AdminLTE.io <http://adminlte.io>
|
2018-03-17 17:07:55 +00:00
|
|
|
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
|
|
|
*/
|
|
|
|
//
|
|
|
|
// ------------------------------------------------------------------
|
|
|
|
// This file is to be included in your custom SCSS. Before importing
|
|
|
|
// this file, you should include your custom AdminLTE and Bootstrap
|
|
|
|
// variables followed by bootstrap.scss and then this file. It's
|
|
|
|
// ok to import this file without custom variables too!
|
|
|
|
// NOTE: be sure to keep the license notice in the generated css.
|
|
|
|
// ------------------------------------------------------------------
|
|
|
|
//
|
2019-07-12 22:06:47 +00:00
|
|
|
// Variables and Mixins
|
2018-03-17 17:07:55 +00:00
|
|
|
// ---------------------------------------------------
|
2019-07-12 22:06:47 +00:00
|
|
|
@import 'bootstrap-variables';
|
|
|
|
@import 'variables';
|
|
|
|
@import 'mixins';
|
|
|
|
|
2019-10-29 08:22:51 +00:00
|
|
|
@import 'parts/core';
|
|
|
|
@import 'parts/components';
|
|
|
|
@import 'parts/extra-components';
|
|
|
|
@import 'parts/pages';
|
|
|
|
@import 'parts/plugins';
|
|
|
|
@import 'parts/miscellaneous';
|