Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | // DOX CORE |
| 2 | @import "common/variables"; |
| 3 | @import "common/typography"; |
| 4 | |
| 5 | // Core variables and mixins |
| 6 | @import "bootstrap-cust/variables"; |
| 7 | @import "bootstrap/variables"; |
| 8 | @import "bootstrap/mixins"; |
| 9 | // Reset and dependencies |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 10 | //@import "bootstrap/normalize"; |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 11 | //@import "bootstrap/print"; |
| 12 | //@import "bootstrap/glyphicons"; |
| 13 | |
| 14 | // Core CSS |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 15 | //@import "bootstrap/scaffolding"; |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 16 | @import "bootstrap/type"; |
| 17 | @import "bootstrap/code"; |
| 18 | @import "bootstrap/grid"; |
| 19 | @import "bootstrap/tables"; |
| 20 | @import "bootstrap-cust/tables"; |
| 21 | @import "bootstrap/forms"; |
| 22 | @import "bootstrap-cust/forms"; |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 23 | // Components |
| 24 | @import "bootstrap/component-animations"; |
| 25 | @import "bootstrap/dropdowns"; |
| 26 | @import "bootstrap-cust/dropdowns"; |
| 27 | @import "bootstrap/button-groups"; |
| 28 | @import "bootstrap/input-groups"; |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 29 | @import "bootstrap/breadcrumbs"; |
| 30 | @import "bootstrap/pagination"; |
| 31 | @import "bootstrap/pager"; |
| 32 | @import "bootstrap/labels"; |
| 33 | @import "bootstrap/badges"; |
| 34 | @import "bootstrap/jumbotron"; |
| 35 | // @import "bootstrap/thumbnails"; |
| 36 | @import "bootstrap/alerts"; |
| 37 | @import "bootstrap/progress-bars"; |
| 38 | @import "bootstrap/media"; |
| 39 | @import "bootstrap/list-group"; |
| 40 | @import "bootstrap-cust/list-group"; |
| 41 | @import "bootstrap/panels"; |
| 42 | @import "bootstrap-cust/panels"; |
| 43 | // @import "bootstrap/responsive-embed"; |
| 44 | //@import "bootstrap/wells"; |
| 45 | @import "bootstrap/close"; |
| 46 | @import "bootstrap-cust/close"; |
| 47 | // Components w/ JavaScript |
| 48 | @import "bootstrap/modals"; |
| 49 | @import "bootstrap-cust/modals"; |
| 50 | @import "bootstrap/tooltip"; |
| 51 | @import "bootstrap/popovers"; |
| 52 | // @import "bootstrap/carousel"; |
| 53 | // Utility classes |
| 54 | @import "bootstrap/utilities"; |
| 55 | @import "bootstrap/responsive-utilities"; |