25 lines
612 B
SCSS
Vendored
25 lines
612 B
SCSS
Vendored
/*!
|
|
* Version: 1.2.0
|
|
* Template: Example Project
|
|
* Author: iqonic.design
|
|
* Design and Developed by: iqonic.design
|
|
* NOTE: This file contains the styling for Template.
|
|
*
|
|
*/
|
|
|
|
// Configuration
|
|
@import "./bootstrap/functions";
|
|
// Variables
|
|
@import "./hope-ui-design-system/variable";
|
|
@import "./hope-ui-design-system/variables/index";
|
|
@import "./bootstrap/variables";
|
|
|
|
@import "./bootstrap/mixins";
|
|
|
|
// Hope Ui Design System Mixin And Helper
|
|
@import "./hope-ui-design-system/helper/functions";
|
|
@import "./hope-ui-design-system/helper/mixins";
|
|
@import "./hope-ui-design-system/helper/reboot";
|
|
|
|
@import "./rtl/index";
|