27 lines
789 B
SCSS
27 lines
789 B
SCSS
/*
|
|
Template Name: Skote - Admin & Dashboard Template
|
|
Author: Themesbrand
|
|
Version: 3.0.0
|
|
Website: https://themesbrand.com/
|
|
Contact: themesbrand@gmail.com
|
|
File: Custom Bootstrap Css File
|
|
*/
|
|
|
|
|
|
//Core files
|
|
@import "./node_modules/bootstrap/scss/functions";
|
|
@import "./node_modules/bootstrap/scss/variables";
|
|
@import "variables-dark";
|
|
@import "./node_modules/bootstrap/scss/bootstrap";
|
|
|
|
@import "custom/components/reboot";
|
|
@import "custom/components/backgrounds";
|
|
@import "custom/components/badge";
|
|
@import "custom/components/buttons";
|
|
@import "custom/components/breadcrumb";
|
|
@import "custom/components/card";
|
|
@import "custom/components/dropdown";
|
|
@import "custom/components/nav";
|
|
@import "custom/components/table";
|
|
@import "custom/components/pagination";
|
|
@import "custom/components/progress"; |