Vmeda.Online/src/theme/components/bootstrap/bootstrap_database.scss
2024-05-27 13:19:25 +02:00

18 lines
442 B
SCSS

@use "theme/globals" as global;
// Bootstrap 4 only to be applied on database (to be removed on 4.5 and included in the main bootstrap file).
// -------------------------
// @TODO on 4.5 Move the following lines to bootstrap file.
@import "functions";
@import "variables";
@import "mixins";
@import "grid";
@import "card";
@import "badge";
// @TODO on 4.5 Move the to utilities file.
@import "utilities/spacing";
@import "bootstrap";