forked from unitoo/website
44 lines
1.5 KiB
SCSS
44 lines
1.5 KiB
SCSS
/*!
|
|
* Bootstrap v4.6.0 (https://getbootstrap.com/)
|
|
* Copyright 2011-2021 The Bootstrap Authors
|
|
* Copyright 2011-2021 Twitter, Inc.
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
*/
|
|
|
|
@import 'vendor/bootstrap-custom/functions';
|
|
@import 'vendor/bootstrap-custom/variables';
|
|
@import 'vendor/bootstrap-custom/mixins';
|
|
@import 'bootstrap/root';
|
|
@import 'vendor/bootstrap-custom/reboot';
|
|
@import 'bootstrap/type';
|
|
// @import 'bootstrap/images';
|
|
@import 'vendor/bootstrap-custom/code';
|
|
@import 'vendor/bootstrap-custom/grid';
|
|
// @import 'bootstrap/tables';
|
|
@import 'vendor/bootstrap-custom/forms';
|
|
@import 'vendor/bootstrap-custom/buttons';
|
|
// @import 'bootstrap/transitions';
|
|
@import 'vendor/bootstrap-custom/dropdown';
|
|
// @import 'bootstrap/button-group';
|
|
@import 'vendor/bootstrap-custom/input-group';
|
|
// @import 'bootstrap/custom-forms';
|
|
// @import 'bootstrap/nav';
|
|
@import 'vendor/bootstrap-custom/navbar';
|
|
@import 'vendor/bootstrap-custom/card';
|
|
// @import 'bootstrap/breadcrumb';
|
|
// @import 'bootstrap/pagination';
|
|
// @import 'bootstrap/badge';
|
|
@import 'bootstrap/jumbotron';
|
|
// @import 'bootstrap/alert';
|
|
// @import 'bootstrap/progress';
|
|
// @import 'bootstrap/media';
|
|
@import 'vendor/bootstrap-custom/list-group';
|
|
// @import 'bootstrap/close';
|
|
// @import 'bootstrap/toasts';
|
|
// @import 'bootstrap/modal';
|
|
// @import 'bootstrap/tooltip';
|
|
// @import 'bootstrap/popover';
|
|
// @import 'bootstrap/carousel';
|
|
// @import 'bootstrap/spinners';
|
|
@import 'vendor/bootstrap-custom/utilities';
|
|
// @import 'bootstrap/print';
|