Mercurial > zeropaste
comparison app/assets/stylesheets/_bootstrap-zp.scss @ 423:ec413bbb4128
Add missing bootstrap file
author | nanaya <me@myconan.net> |
---|---|
date | Thu, 17 Sep 2015 18:39:33 +0900 |
parents | |
children | 802dcd44188e |
comparison
equal
deleted
inserted
replaced
422:7ed7df852446 | 423:ec413bbb4128 |
---|---|
1 /*! | |
2 * Bootstrap v3.3.5 (http://getbootstrap.com) | |
3 * Copyright 2011-2015 Twitter, Inc. | |
4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
5 * | |
6 * Modified for Zeropaste | |
7 */ | |
8 | |
9 // Core variables and mixins | |
10 @import "bootstrap/variables"; | |
11 @import "bootstrap/mixins"; | |
12 | |
13 // Reset and dependencies | |
14 @import "bootstrap/normalize"; | |
15 @import "bootstrap/print"; | |
16 // @import "bootstrap/glyphicons"; | |
17 | |
18 // Core CSS | |
19 @import "bootstrap/scaffolding"; | |
20 @import "bootstrap/type"; | |
21 @import "bootstrap/code"; | |
22 @import "bootstrap/grid"; | |
23 @import "bootstrap/tables"; | |
24 @import "bootstrap/forms"; | |
25 @import "bootstrap/buttons"; | |
26 | |
27 // Components | |
28 @import "bootstrap/component-animations"; | |
29 // @import "bootstrap/dropdowns"; | |
30 // @import "bootstrap/button-groups"; | |
31 @import "bootstrap/input-groups"; | |
32 @import "bootstrap/navs"; | |
33 @import "bootstrap/navbar"; | |
34 // @import "bootstrap/breadcrumbs"; | |
35 // @import "bootstrap/pagination"; | |
36 // @import "bootstrap/pager"; | |
37 // @import "bootstrap/labels"; | |
38 // @import "bootstrap/badges"; | |
39 // @import "bootstrap/jumbotron"; | |
40 // @import "bootstrap/thumbnails"; | |
41 @import "bootstrap/alerts"; | |
42 // @import "bootstrap/progress-bars"; | |
43 // @import "bootstrap/media"; | |
44 // @import "bootstrap/list-group"; | |
45 // @import "bootstrap/panels"; | |
46 // @import "bootstrap/responsive-embed"; | |
47 // @import "bootstrap/wells"; | |
48 // @import "bootstrap/close"; | |
49 | |
50 // Components w/ JavaScript | |
51 @import "bootstrap/modals"; | |
52 // @import "bootstrap/tooltip"; | |
53 // @import "bootstrap/popovers"; | |
54 // @import "bootstrap/carousel"; | |
55 | |
56 // Utility classes | |
57 @import "bootstrap/utilities"; | |
58 // @import "bootstrap/responsive-utilities"; |