如何在 Blazor WebAssembly 中设置 Bootstrap `$enable-rounded: false;`?
How to set Bootstrap `$enable-rounded: false;` in Blazor WebAssembly?
如何在 Blazor WebAssembly 中设置 Bootstrap $enable-rounded: false;
?
我尝试将 app.css
更改为 app.scss
,然后使用 WebCompiler
对其进行编译,但它不起作用。
您需要按照“全局选项”标题中的说明更改 _variables.scss
文件中的这些变量。
基本上下载 bootstrap 的源代码,更改变量,重新编译 scss 为 css。本节的更多详细信息:https://getbootstrap.com/docs/4.5/getting-started/theming/#sass-options
如何在 Blazor WebAssembly 中设置 Bootstrap $enable-rounded: false;
?
我尝试将 app.css
更改为 app.scss
,然后使用 WebCompiler
对其进行编译,但它不起作用。
您需要按照“全局选项”标题中的说明更改 _variables.scss
文件中的这些变量。
基本上下载 bootstrap 的源代码,更改变量,重新编译 scss 为 css。本节的更多详细信息:https://getbootstrap.com/docs/4.5/getting-started/theming/#sass-options