AdminLTE/build/scss/AdminLTE-raw.scss

28 lines
950 B
SCSS
Raw Normal View History

2018-03-17 18:07:55 +01:00
/*!
2020-05-19 22:39:46 +02:00
* AdminLTE v3.0.5
* Author: Colorlib
2019-11-20 09:18:11 +01:00
* Website: AdminLTE.io <http://adminlte.io>
2018-03-17 18:07:55 +01: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-13 00:06:47 +02:00
// Variables and Mixins
2018-03-17 18:07:55 +01:00
// ---------------------------------------------------
2019-07-13 00:06:47 +02:00
@import 'bootstrap-variables';
@import 'variables';
@import 'mixins';
@import 'parts/core';
@import 'parts/components';
@import 'parts/extra-components';
@import 'parts/pages';
@import 'parts/plugins';
@import 'parts/miscellaneous';