forked from twbs/bootstrap-sass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_bootstrap.scss
56 lines (50 loc) · 1.34 KB
/
_bootstrap.scss
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*!
* Bootstrap v3.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
// Core variables and mixins
@use "bootstrap/variables";
@use "bootstrap/mixins";
// Reset and dependencies
@use "bootstrap/normalize";
@use "bootstrap/print";
@use "bootstrap/glyphicons";
// Core CSS
@use "bootstrap/scaffolding";
@use "bootstrap/type";
@use "bootstrap/code";
@use "bootstrap/grid";
@use "bootstrap/tables";
@use "bootstrap/forms";
@use "bootstrap/buttons";
// Components
@use "bootstrap/component-animations";
@use "bootstrap/dropdowns";
@use "bootstrap/button-groups";
@use "bootstrap/input-groups";
@use "bootstrap/navs";
@use "bootstrap/navbar";
@use "bootstrap/breadcrumbs";
@use "bootstrap/pagination";
@use "bootstrap/pager";
@use "bootstrap/labels";
@use "bootstrap/badges";
@use "bootstrap/jumbotron";
@use "bootstrap/thumbnails";
@use "bootstrap/alerts";
@use "bootstrap/progress-bars";
@use "bootstrap/media";
@use "bootstrap/list-group";
@use "bootstrap/panels";
@use "bootstrap/responsive-embed";
@use "bootstrap/wells";
@use "bootstrap/close";
// Components w/ JavaScript
@use "bootstrap/modals";
@use "bootstrap/tooltip";
@use "bootstrap/popovers";
@use "bootstrap/carousel";
// Utility classes
@use "bootstrap/utilities";
@use "bootstrap/responsive-utilities";