mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
958 B
30 lines
958 B
7 years ago
|
/*!
|
||
5 years ago
|
* AdminLTE v3.1.0-pre
|
||
6 years ago
|
* Author: Colorlib
|
||
5 years ago
|
* Website: AdminLTE.io <https://adminlte.io>
|
||
|
* License: Open source - MIT <https://opensource.org/licenses/MIT>
|
||
7 years ago
|
*/
|
||
5 years ago
|
|
||
7 years ago
|
//
|
||
|
// ------------------------------------------------------------------
|
||
|
// 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.
|
||
|
// ------------------------------------------------------------------
|
||
5 years ago
|
|
||
7 years ago
|
//
|
||
5 years ago
|
// Variables and Mixins
|
||
7 years ago
|
// ---------------------------------------------------
|
||
5 years ago
|
@import "bootstrap-variables";
|
||
|
@import "variables";
|
||
|
@import "mixins";
|
||
5 years ago
|
|
||
5 years ago
|
@import "parts/core";
|
||
|
@import "parts/components";
|
||
|
@import "parts/extra-components";
|
||
|
@import "parts/pages";
|
||
|
@import "parts/plugins";
|
||
|
@import "parts/miscellaneous";
|