🚚 [bootsier] Extiende Bootstrap sin cambiar core
This commit is contained in:
parent
313b4762bc
commit
f6b76caf8d
103 changed files with 158 additions and 3 deletions
54
packages/pagetop-bootsier/static/scss/bootsier.scss
vendored
Normal file
54
packages/pagetop-bootsier/static/scss/bootsier.scss
vendored
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
@import "bootstrap-5.3.3/mixins/banner";
|
||||
@include bsBanner("");
|
||||
|
||||
|
||||
// scss-docs-start import-stack
|
||||
// Configuration
|
||||
@import "bootstrap-5.3.3/functions";
|
||||
@import "bootstrap-5.3.3/variables";
|
||||
@import "bootstrap-5.3.3/variables-dark";
|
||||
@import "bootstrap-5.3.3/maps";
|
||||
@import "bootstrap-5.3.3/mixins";
|
||||
@import "bootstrap-5.3.3/utilities";
|
||||
|
||||
@import "custom";
|
||||
|
||||
// Layout & components
|
||||
@import "bootstrap-5.3.3/root";
|
||||
@import "bootstrap-5.3.3/reboot";
|
||||
@import "bootstrap-5.3.3/type";
|
||||
@import "bootstrap-5.3.3/images";
|
||||
@import "bootstrap-5.3.3/containers";
|
||||
@import "bootstrap-5.3.3/grid";
|
||||
@import "bootstrap-5.3.3/tables";
|
||||
@import "bootstrap-5.3.3/forms";
|
||||
@import "bootstrap-5.3.3/buttons";
|
||||
@import "bootstrap-5.3.3/transitions";
|
||||
@import "bootstrap-5.3.3/dropdown";
|
||||
@import "bootstrap-5.3.3/button-group";
|
||||
@import "bootstrap-5.3.3/nav";
|
||||
@import "bootstrap-5.3.3/navbar";
|
||||
@import "bootstrap-5.3.3/card";
|
||||
@import "bootstrap-5.3.3/accordion";
|
||||
@import "bootstrap-5.3.3/breadcrumb";
|
||||
@import "bootstrap-5.3.3/pagination";
|
||||
@import "bootstrap-5.3.3/badge";
|
||||
@import "bootstrap-5.3.3/alert";
|
||||
@import "bootstrap-5.3.3/progress";
|
||||
@import "bootstrap-5.3.3/list-group";
|
||||
@import "bootstrap-5.3.3/close";
|
||||
@import "bootstrap-5.3.3/toasts";
|
||||
@import "bootstrap-5.3.3/modal";
|
||||
@import "bootstrap-5.3.3/tooltip";
|
||||
@import "bootstrap-5.3.3/popover";
|
||||
@import "bootstrap-5.3.3/carousel";
|
||||
@import "bootstrap-5.3.3/spinners";
|
||||
@import "bootstrap-5.3.3/offcanvas";
|
||||
@import "bootstrap-5.3.3/placeholders";
|
||||
|
||||
// Helpers
|
||||
@import "bootstrap-5.3.3/helpers";
|
||||
|
||||
// Utilities
|
||||
@import "bootstrap-5.3.3/utilities/api";
|
||||
// scss-docs-end import-stack
|
||||
Loading…
Add table
Add a link
Reference in a new issue