使用 Feliz.Bulma 时如何设置 Bulma 变量
How do I set Bulma Variables when using Feliz.Bulma
如何在 Feliz.Bulma 中设置变量?
例如,假设我想设置 $card-header-background-color
变量,如
Card Component Documentation
我在 google 上四处寻找,但找不到有关如何执行此操作的任何示例或文档。
参见here:
To override any of these variables, just set them before importing Bulma.
因此,如果您在 SCSS 文件中导入 Bulma,您可以这样做:
$card-header-background-color: #05164d;
@import "~bulma/bulma";
如何在 Feliz.Bulma 中设置变量?
例如,假设我想设置 $card-header-background-color
变量,如
Card Component Documentation
我在 google 上四处寻找,但找不到有关如何执行此操作的任何示例或文档。
参见here:
To override any of these variables, just set them before importing Bulma.
因此,如果您在 SCSS 文件中导入 Bulma,您可以这样做:
$card-header-background-color: #05164d;
@import "~bulma/bulma";