-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get unit tests passing; R CMD check fixes
- Loading branch information
Showing
16 changed files
with
66 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/*! | ||
* Bootstrap v5.0.0-beta3 (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) | ||
*/ | ||
|
||
// scss-docs-start import-stack | ||
// Configuration | ||
@import "functions"; | ||
@import "variables"; | ||
@import "mixins"; | ||
@import "utilities"; | ||
|
||
// Layout & components | ||
@import "root"; | ||
@import "reboot"; | ||
@import "type"; | ||
@import "images"; | ||
@import "containers"; | ||
@import "grid"; | ||
@import "tables"; | ||
@import "forms"; | ||
@import "buttons"; | ||
@import "transitions"; | ||
@import "dropdown"; | ||
@import "button-group"; | ||
@import "nav"; | ||
@import "navbar"; | ||
@import "card"; | ||
@import "accordion"; | ||
@import "breadcrumb"; | ||
@import "pagination"; | ||
@import "badge"; | ||
@import "alert"; | ||
@import "progress"; | ||
@import "list-group"; | ||
@import "close"; | ||
@import "toasts"; | ||
@import "modal"; | ||
@import "tooltip"; | ||
@import "popover"; | ||
@import "carousel"; | ||
@import "spinners"; | ||
@import "offcanvas"; | ||
|
||
// Helpers | ||
@import "helpers"; | ||
|
||
// Utilities | ||
@import "utilities/api"; | ||
// scss-docs-end import-stack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters