31 lines
925 B
SCSS
31 lines
925 B
SCSS
// =========================================================
|
|
// * Soft UI Design System - v1.0.9
|
|
// =========================================================
|
|
//
|
|
// * Product Page: https://www.creative-tim.com/product/soft-ui-design-system
|
|
// * Copyright 2023 Creative Tim (https://www.creative-tim.com)
|
|
//
|
|
// Coded by www.creative-tim.com
|
|
//
|
|
// =========================================================
|
|
//
|
|
// * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
|
|
// Bootstrap Functions
|
|
@import "soft-design-system/bootstrap/functions";
|
|
|
|
// Custom Variables
|
|
@import "soft-design-system/custom/variables";
|
|
|
|
// Theme Variables
|
|
@import "soft-design-system/variables";
|
|
|
|
// Bootstrap Core
|
|
@import "soft-design-system/bootstrap/bootstrap";
|
|
|
|
// Theme Core
|
|
@import "soft-design-system/theme";
|
|
|
|
// Custom Variables
|
|
@import "soft-design-system/custom/styles";
|