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.
20 lines
542 B
20 lines
542 B
/*! |
|
* AdminLTE v3.0.4 |
|
* Only Plugins |
|
* Author: Colorlib |
|
* Website: AdminLTE.io <http://adminlte.io> |
|
* License: Open source - MIT <http://opensource.org/licenses/MIT> |
|
*/ |
|
// Bootstrap |
|
// --------------------------------------------------- |
|
@import '~bootstrap/scss/functions'; |
|
@import 'bootstrap-variables'; |
|
@import '~bootstrap/scss/mixins'; |
|
// @import '~bootstrap/scss/bootstrap'; |
|
|
|
// Variables and Mixins |
|
// --------------------------------------------------- |
|
@import 'variables'; |
|
@import 'mixins'; |
|
|
|
@import 'parts/plugins';
|
|
|