-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path_bootstrap.scss
executable file
·56 lines (49 loc) · 3.14 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
$icon-font-path: "/packages/reywood_bootstrap3-sass/assets/fonts/bootstrap/" !default;
@function font-url($url) {
@return url("#{$url}");
}
// Core variables and mixins
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/variables";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/mixins";
// Reset and dependencies
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/normalize";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/print";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/glyphicons";
// Core CSS
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/scaffolding";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/type";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/code";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/grid";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/tables";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/forms";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/buttons";
// Components
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/component-animations";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/dropdowns";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/button-groups";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/input-groups";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/navs";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/navbar";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/breadcrumbs";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/pagination";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/pager";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/labels";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/badges";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/jumbotron";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/thumbnails";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/alerts";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/progress-bars";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/media";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/list-group";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/panels";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/responsive-embed";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/wells";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/close";
// Components w/ JavaScript
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/modals";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/tooltip";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/popovers";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/carousel";
// Utility classes
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/utilities";
@import "{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/responsive-utilities";