-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Expand file tree
/
Copy pathbootstrap.scss
More file actions
42 lines (37 loc) · 796 Bytes
/
bootstrap.scss
File metadata and controls
42 lines (37 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@forward "banner";
// scss-docs-start import-stack
// Global CSS variables, layer definitions, and configuration
@forward "root";
// Subdir imports
@forward "content";
@forward "layout";
@forward "forms";
@forward "buttons";
// Components
@forward "accordion";
@forward "alert";
@forward "avatar";
@forward "badge";
@forward "breadcrumb";
@forward "card";
@forward "carousel";
@forward "datepicker";
@forward "dialog";
@forward "dropdown";
@forward "list-group";
@forward "nav";
@forward "navbar";
@forward "offcanvas";
@forward "pagination";
@forward "placeholder";
@forward "popover";
@forward "progress";
@forward "spinner";
@forward "toasts";
@forward "tooltip";
@forward "transitions";
// Helpers
@forward "helpers";
// Utilities
@forward "utilities/api";
// scss-docs-end import-stack