|
|
@ -0,0 +1,17 @@ |
|
|
|
@import "./helpers/variables"; // 使用本地檔案 |
|
|
|
|
|
|
|
/* --- Required (使用模塊解析) --- */ |
|
|
|
@import "~bootstrap/scss/functions"; |
|
|
|
@import "~bootstrap/scss/variables"; |
|
|
|
@import "~bootstrap/scss/mixins"; |
|
|
|
|
|
|
|
/* --- Bootstrap 主檔案 (使用模塊解析) --- */ |
|
|
|
@import "~bootstrap/scss/bootstrap"; |
|
|
|
|
|
|
|
// @import "~bootstrap/scss/root"; |
|
|
|
// @import "~bootstrap/scss/reboot"; |
|
|
|
// @import "~bootstrap/scss/type"; |
|
|
|
// @import "~bootstrap/scss/images"; |
|
|
|
// @import "~bootstrap/scss/grid"; |
|
|
|
// @import "~bootstrap/scss/buttons"; |
|
|
|
// @import "~bootstrap/scss/card"; |