|
9 | 9 | * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
10 | 10 | */ |
11 | 11 |
|
| 12 | +// SASS MODULES (new syntax) |
| 13 | +@use "sass:map"; |
| 14 | +@use "sass:math"; |
| 15 | +@use "sass:color"; |
| 16 | + |
12 | 17 | // BOOTSTRAP 5 VARIABLES |
13 | 18 |
|
14 | 19 | // 1. Include functions first (so you can manipulate colors, SVGs, calc, etc) |
15 | 20 | @import "components/bootstrap5/functions"; |
16 | 21 |
|
17 | 22 | // 2. Include any default variable overrides here |
18 | 23 |
|
| 24 | +//@import "bootstrap/scss/variables"; |
19 | 25 | @import "themes/layout-variables"; |
20 | 26 |
|
21 | 27 | // 3. Include remainder of required Bootstrap stylesheets |
|
39 | 45 | @import "components/bootstrap5/buttons"; |
40 | 46 | @import "components/bootstrap5/transitions"; |
41 | 47 | @import "components/bootstrap5/dropdown"; |
| 48 | +//@import "bootstrap/scss/dropdown"; |
42 | 49 | @import "components/bootstrap5/button-group"; |
43 | 50 | @import "components/bootstrap5/nav"; |
44 | 51 | @import "components/bootstrap5/navbar"; |
45 | 52 | @import "components/bootstrap5/card"; |
46 | | -// @import "components/bootstrap5/accordion"; |
| 53 | +//@import "components/bootstrap5/accordion"; |
47 | 54 | @import "components/bootstrap5/breadcrumb"; |
48 | 55 | @import "components/bootstrap5/pagination"; |
49 | 56 | @import "components/bootstrap5/badge"; |
50 | 57 | @import "components/bootstrap5/alert"; |
51 | | -// @import "components/bootstrap5/progress"; |
| 58 | +//@import "components/bootstrap5/progress"; |
52 | 59 | @import "components/bootstrap5/list-group"; |
53 | 60 | @import "components/bootstrap5/close"; |
54 | | -// @import "components/bootstrap5/toasts"; |
| 61 | +//@import "components/bootstrap5/toasts"; |
55 | 62 | @import "components/bootstrap5/modal"; |
56 | 63 | @import "components/bootstrap5/tooltip"; |
57 | | -// @import "components/bootstrap5/popover"; |
58 | | -// @import "components/bootstrap5/carousel"; |
59 | | -// @import "components/bootstrap5/spinners"; |
60 | | -// @import "components/bootstrap5/offcanvas"; |
61 | | -// @import "components/bootstrap5/placeholders"; |
| 64 | +//@import "components/bootstrap5/popover"; |
| 65 | +//@import "components/bootstrap5/carousel"; |
| 66 | +//@import "components/bootstrap5/spinners"; |
| 67 | +//@import "components/bootstrap5/offcanvas"; |
| 68 | +//@import "components/bootstrap5/placeholders"; |
62 | 69 | @import "components/bootstrap5/helpers"; |
63 | 70 | @import "components/bootstrap5/utilities/api"; |
64 | 71 |
|
|
80 | 87 | @import "elements/badges"; |
81 | 88 | @import "elements/cards"; |
82 | 89 | @import "elements/tabs"; |
83 | | -// @import "elements/accordions"; |
| 90 | +//@import "elements/accordions"; |
84 | 91 | @import "elements/modals"; |
85 | 92 | @import "elements/navs"; |
86 | 93 | @import "elements/listgroup"; |
|
93 | 100 |
|
94 | 101 | // COMPONENTS |
95 | 102 | // Perfect Scrollbar |
96 | | -// @import "components/perfect-scrollbar/perfect-scrollbar"; |
| 103 | +//@import "components/perfect-scrollbar/perfect-scrollbar"; |
97 | 104 |
|
98 | 105 | // FontAwesome |
99 | 106 | @import "components/icons/fontawesome/fontawesome"; |
|
102 | 109 | // Hamburger button |
103 | 110 | @import "components/hamburgers/hamburgers"; |
104 | 111 | // Notifications |
105 | | -// @import "components/notifications/toastr"; |
| 112 | +//@import "components/notifications/toastr"; |
106 | 113 | // Popovers & Tooltips |
107 | 114 | @import "components/popovers-tooltips/popovers-tooltips"; |
108 | 115 | // Calendar |
109 | | -// @import "components/calendar/calendar"; |
| 116 | +//@import "components/calendar/calendar"; |
110 | 117 | // Maps |
111 | | -// @import "components/maps/vector-maps"; |
| 118 | +//@import "components/maps/vector-maps"; |
112 | 119 | // Responsive |
113 | 120 | @import "layout/responsive/responsive-base"; |
114 | 121 | // DEMO |
115 | | -// @import "demo-ui/demo"; |
| 122 | +//@import "demo-ui/demo"; |
0 commit comments