diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-20 09:04:52 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-20 09:05:16 +0100 |
commit | 24a8e782d8b2adb208d9cfb8659450395e2e2a77 (patch) | |
tree | 2f8aaebb8ec06c1c9b82728a9f46efd59163767f /client/src/sass/include | |
parent | 1c6c7699f54e516839058529f11fb2e3d49c4ec0 (diff) | |
download | PeerTube-24a8e782d8b2adb208d9cfb8659450395e2e2a77.tar.gz PeerTube-24a8e782d8b2adb208d9cfb8659450395e2e2a77.tar.zst PeerTube-24a8e782d8b2adb208d9cfb8659450395e2e2a77.zip |
Add bootstrap analyzer and optimize build
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_bootstrap.scss | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/client/src/sass/include/_bootstrap.scss b/client/src/sass/include/_bootstrap.scss new file mode 100644 index 000000000..e72d1def2 --- /dev/null +++ b/client/src/sass/include/_bootstrap.scss | |||
@@ -0,0 +1,56 @@ | |||
1 | /*! | ||
2 | * Bootstrap v3.3.7 (http://getbootstrap.com) | ||
3 | * Copyright 2011-2016 Twitter, Inc. | ||
4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | ||
5 | */ | ||
6 | |||
7 | // Core variables and mixins | ||
8 | @import "bootstrap/variables"; | ||
9 | @import "bootstrap/mixins"; | ||
10 | |||
11 | // Reset and dependencies | ||
12 | @import "bootstrap/normalize"; | ||
13 | @import "bootstrap/print"; | ||
14 | @import "bootstrap/glyphicons"; | ||
15 | |||
16 | // Core CSS | ||
17 | @import "bootstrap/scaffolding"; | ||
18 | @import "bootstrap/type"; | ||
19 | @import "bootstrap/code"; | ||
20 | @import "bootstrap/grid"; | ||
21 | @import "bootstrap/tables"; | ||
22 | @import "bootstrap/forms"; | ||
23 | @import "bootstrap/buttons"; | ||
24 | |||
25 | // Components | ||
26 | @import "bootstrap/component-animations"; | ||
27 | @import "bootstrap/dropdowns"; | ||
28 | @import "bootstrap/button-groups"; | ||
29 | @import "bootstrap/input-groups"; | ||
30 | @import "bootstrap/navs"; | ||
31 | @import "bootstrap/navbar"; | ||
32 | @import "bootstrap/breadcrumbs"; | ||
33 | @import "bootstrap/pagination"; | ||
34 | @import "bootstrap/pager"; | ||
35 | @import "bootstrap/labels"; | ||
36 | @import "bootstrap/badges"; | ||
37 | @import "bootstrap/jumbotron"; | ||
38 | @import "bootstrap/thumbnails"; | ||
39 | @import "bootstrap/alerts"; | ||
40 | @import "bootstrap/progress-bars"; | ||
41 | @import "bootstrap/media"; | ||
42 | @import "bootstrap/list-group"; | ||
43 | @import "bootstrap/panels"; | ||
44 | @import "bootstrap/responsive-embed"; | ||
45 | @import "bootstrap/wells"; | ||
46 | @import "bootstrap/close"; | ||
47 | |||
48 | // Components w/ JavaScript | ||
49 | @import "bootstrap/modals"; | ||
50 | @import "bootstrap/tooltip"; | ||
51 | @import "bootstrap/popovers"; | ||
52 | @import "bootstrap/carousel"; | ||
53 | |||
54 | // Utility classes | ||
55 | @import "bootstrap/utilities"; | ||
56 | @import "bootstrap/responsive-utilities"; | ||