|
| 1 | +/*! |
| 2 | + * Bootstrap v4.0.0 (https://getbootstrap.com) |
| 3 | + * Copyright 2011-2018 The Bootstrap Authors |
| 4 | + * Copyright 2011-2018 Twitter, Inc. |
| 5 | + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
| 6 | + */ |
| 7 | + |
| 8 | + // Dont touch |
| 9 | +@import "~bootstrap/scss/functions"; |
| 10 | +@import "variables"; |
| 11 | +@import "~bootstrap/scss/variables"; |
| 12 | + |
| 13 | +// Comment out any not needed |
| 14 | +@import "~bootstrap/scss/mixins"; |
| 15 | +@import "~bootstrap/scss/root"; |
| 16 | +@import "~bootstrap/scss/reboot"; |
| 17 | +@import "~bootstrap/scss/type"; |
| 18 | +@import "~bootstrap/scss/images"; |
| 19 | +@import "~bootstrap/scss/code"; |
| 20 | +@import "~bootstrap/scss/grid"; |
| 21 | +@import "~bootstrap/scss/tables"; |
| 22 | +@import "~bootstrap/scss/forms"; |
| 23 | +@import "~bootstrap/scss/buttons"; |
| 24 | +@import "~bootstrap/scss/transitions"; |
| 25 | +@import "~bootstrap/scss/dropdown"; |
| 26 | +@import "~bootstrap/scss/button-group"; |
| 27 | +@import "~bootstrap/scss/input-group"; |
| 28 | +@import "~bootstrap/scss/custom-forms"; |
| 29 | +@import "~bootstrap/scss/nav"; |
| 30 | +@import "~bootstrap/scss/navbar"; |
| 31 | +@import "~bootstrap/scss/card"; |
| 32 | +@import "~bootstrap/scss/breadcrumb"; |
| 33 | +@import "~bootstrap/scss/pagination"; |
| 34 | +@import "~bootstrap/scss/badge"; |
| 35 | +@import "~bootstrap/scss/jumbotron"; |
| 36 | +@import "~bootstrap/scss/alert"; |
| 37 | +@import "~bootstrap/scss/progress"; |
| 38 | +@import "~bootstrap/scss/media"; |
| 39 | +@import "~bootstrap/scss/list-group"; |
| 40 | +@import "~bootstrap/scss/close"; |
| 41 | +@import "~bootstrap/scss/modal"; |
| 42 | +@import "~bootstrap/scss/tooltip"; |
| 43 | +@import "~bootstrap/scss/popover"; |
| 44 | +@import "~bootstrap/scss/carousel"; |
| 45 | +@import "~bootstrap/scss/utilities"; |
| 46 | +@import "~bootstrap/scss/print"; |
0 commit comments