mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
19 lines
409 B
SCSS
19 lines
409 B
SCSS
/*!
|
|
* Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
|
|
* Copyright 2011-2022 The Bootstrap Authors
|
|
* Copyright 2011-2022 Twitter, Inc.
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
*/
|
|
|
|
// Configuration
|
|
@import "functions";
|
|
@import "variables";
|
|
@import "maps";
|
|
@import "mixins";
|
|
@import "utilities";
|
|
|
|
// Helpers
|
|
@import "helpers";
|
|
|
|
// Utilities
|
|
@import "utilities/api";
|