HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/buyercall/assets/styles/2021-theme/scss/bootstrap-dark.scss
/*
Template Name: Skote - Admin & Dashboard Template
Author: Themesbrand
Version: 3.1.0
Website: https://themesbrand.com/
Contact: themesbrand@gmail.com
File: Custom Bootstrap Css File
*/

//Core files
// @import '../../../../../node_modules/bootstrap-latest/scss/functions';
// @import '../../../../../node_modules/bootstrap-latest/scss/variables';
// @import 'variables-dark';
// @import '../../../../../node_modules/bootstrap-latest/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';

@import '~bootstrap/scss/functions';
@import '~bootstrap/scss/variables';
@import 'variables-dark'; // Assuming this is your custom variables file
@import '~bootstrap/scss/bootstrap';

// Custom components
@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';