AdminLTE/build/scss/_adminlte.raw.scss

31 lines
979 B
SCSS
Raw Normal View History

2018-03-17 17:07:55 +00:00
/*!
2021-03-22 07:29:43 +00:00
* AdminLTE v3.1.0
* Author: Colorlib
2020-05-31 12:28:48 +00:00
* Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <https://opensource.org/licenses/MIT>
2018-03-17 17:07:55 +00:00
*/
2020-06-04 19:27:13 +00:00
2018-03-17 17:07:55 +00:00
//
// ------------------------------------------------------------------
// 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.
// ------------------------------------------------------------------
2020-06-04 19:27:13 +00:00
2018-03-17 17:07:55 +00:00
//
2019-07-12 22:06:47 +00:00
// Variables and Mixins
2018-03-17 17:07:55 +00:00
// ---------------------------------------------------
@import "bootstrap-variables";
@import "variables";
2021-03-09 19:34:37 +00:00
@import "variables-alt";
@import "mixins";
2019-07-12 22:06:47 +00:00
@import "parts/core";
@import "parts/components";
@import "parts/extra-components";
@import "parts/pages";
@import "parts/plugins";
@import "parts/miscellaneous";