|
| 1 | +// Core variables and mixins |
| 2 | +@import "bootstrap/variables"; |
| 3 | +@import "bookingsync/variables"; |
| 4 | +@import "bootstrap/mixins"; |
| 5 | + |
| 6 | +@import "variables"; |
| 7 | +@import "mixins"; |
| 8 | + |
| 9 | +// Reset and dependencies |
| 10 | +@import "bootstrap/normalize"; |
| 11 | +@import "bootstrap/print"; |
| 12 | +// @import "bootstrap/glyphicons"; |
| 13 | + |
| 14 | +// Core CSS |
| 15 | +@import "bootstrap/scaffolding"; |
| 16 | +@import "bootstrap/type"; |
| 17 | +@import "bootstrap/code"; |
| 18 | +@import "bootstrap/grid"; |
| 19 | +@import "bootstrap/tables"; |
| 20 | +@import "bootstrap/forms"; |
| 21 | +@import "bootstrap/buttons"; |
| 22 | + |
| 23 | +// Components |
| 24 | +@import "bootstrap/component-animations"; |
| 25 | +// @import "bootstrap/dropdowns"; |
| 26 | +// @import "bootstrap/button-groups"; |
| 27 | +// @import "bootstrap/input-groups"; |
| 28 | +@import "bootstrap/navs"; |
| 29 | +@import "bootstrap/navbar"; |
| 30 | +// @import "bootstrap/breadcrumbs"; |
| 31 | +// @import "bootstrap/pagination"; |
| 32 | +// @import "bootstrap/pager"; |
| 33 | +// @import "bootstrap/labels"; |
| 34 | +// @import "bootstrap/badges"; |
| 35 | +@import "bootstrap/jumbotron"; |
| 36 | +// @import "bootstrap/thumbnails"; |
| 37 | +// @import "bootstrap/alerts"; |
| 38 | +// @import "bootstrap/progress-bars"; |
| 39 | +@import "bootstrap/media"; |
| 40 | +@import "bootstrap/list-group"; |
| 41 | +@import "bootstrap/panels"; |
| 42 | +@import "bootstrap/responsive-embed"; |
| 43 | +// @import "bootstrap/wells"; |
| 44 | +// @import "bootstrap/close"; |
| 45 | + |
| 46 | +// Components w/ JavaScript |
| 47 | +// @import "bootstrap/modals"; |
| 48 | +// @import "bootstrap/tooltip"; |
| 49 | +// @import "bootstrap/popovers"; |
| 50 | +// @import "bootstrap/carousel"; |
| 51 | + |
| 52 | +// Utility classes |
| 53 | +@import "bootstrap/utilities"; |
| 54 | +@import "bootstrap/responsive-utilities"; |
| 55 | + |
| 56 | +@import "bookingsync/theme"; |
| 57 | +@import "bookingsync/layout"; |
| 58 | +// @import "bookingsync/form"; |
| 59 | +// @import "bookingsync/chosen"; |
| 60 | +// @import "bookingsync/switch"; |
| 61 | +// @import "bookingsync/smiles"; |
| 62 | +// @import "bookingsync/utilities"; |
0 commit comments