You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
599 B
SCSS

// Bootstrap functions
@import '~bootstrap/scss/functions';
// Argon varialbes
@import "argon/variables";
@import "~bootstrap/scss/variables";
// Argon mixins
// @import "argon/mixins";
@import "~bootstrap/scss/mixins";
// Bootstrap components
@import "~bootstrap/scss/root";
@import "~bootstrap/scss/reboot";
@import "~bootstrap/scss/type";
@import "~bootstrap/scss/images";
@import "~bootstrap/scss/grid";
@import "~bootstrap/scss/buttons";
@import "~bootstrap/scss/card";
@import "~bootstrap/scss/utilities";
// Argon components
@import 'argon/custom/buttons';
@import 'argon/custom/cards';