37 lines
798 B
SCSS
37 lines
798 B
SCSS
/*!
|
|
|
|
=========================================================
|
|
* Ready Bootstrap Dashboard (Bootstrap 4)
|
|
=========================================================
|
|
|
|
* Product Page: http://www.themekita.com/
|
|
* Copyright 2018 Theme Kita (http://www.themekita.com/)
|
|
* Licensed under MIT ()
|
|
|
|
=========================================================
|
|
|
|
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
|
|
*/
|
|
@import "ready/variables";
|
|
@import "ready/background";
|
|
@import "ready/outlinefocus";
|
|
@import "ready/typography";
|
|
|
|
//plugins
|
|
@import "ready/plugins";
|
|
|
|
//layouts
|
|
@import "ready/layouts";
|
|
|
|
//icons
|
|
@import "ready/line-awesome";
|
|
|
|
//components
|
|
@import "ready/components";
|
|
|
|
//responsive
|
|
@import "ready/responsive";
|
|
|
|
|