Skip to content
Snippets Groups Projects
Commit 38a2f300 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3357708: Change SCSS files and Vartheme Libraries to be inline with...

Issue #3357708: Change SCSS files and Vartheme Libraries to be inline with Varbase Components, which speed up the copy/custom/ components:build process with Global Varbase Components defaults
parent 60412b6f
No related branches found
No related tags found
No related merge requests found
// Global Varbase Components defaults.
// -----------------------------------------------------------
// Custom default path for the location of the node_modules
// Custom default path for the location of custom SCSS source files
// from within "./components/{component_type}/{component_name}".
@import "../scss/bootstrap-variables"; // Override Bootstrap 5 variables.
@import "../scss/vartheme-variables"; // Vartheme custom variables.
@import "../scss/vartheme-mixins"; // Vartheme custom mixins.
@import "../node_modules/bootstrap/scss/functions"; // Bootstrap functions.
@import "../node_modules/bootstrap/scss/variables"; // Bootstrap variables.
@import "../node_modules/bootstrap/scss/maps"; // Bootstrap maps.
@import "../node_modules/bootstrap/scss/mixins"; // Bootstrap mixins.
@import "../node_modules/bootstrap/scss/utilities"; // Bootstrap utilities.
@import "../../defaults"; // Global component defaults.
.page {
min-height: 100vh;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment