当前位置 : 主页 > 网页制作 > Bootstarp >

自定义Bootstrap 4 css

来源:互联网 收集:自由互联 发布时间:2021-06-12
我正在关注此链接: Docs 特别: 使用我们内置的自定义变量文件自定义Bootstrap 4,并使用新的$enable- * Sass变量轻松切换全局CSS首选项.覆盖变量的值,并根据需要使用包含的Gruntfile重新编译
我正在关注此链接:
Docs

特别:
使用我们内置的自定义变量文件自定义Bootstrap 4,并使用新的$enable- * Sass变量轻松切换全局CSS首选项.覆盖变量的值,并根据需要使用包含的Gruntfile重新编译.

我之前从未使用过Gruntfile.我可以使用其他工具将scss编译成css吗?此外,这种编译的结果是什么? _custom.css必须放在原始bootstrap.css所在的文件夹中?

感谢帮助.

你实际上不需要太了解Grunt. Bootstrap 4提供了有关如何设置构建工具的文档,可以在

https://v4-alpha.getbootstrap.com/getting-started/build-tools/#tooling-setup

Run grunt (or a specific set of Grunt tasks) to rebuild distributed CSS and JavaScript files, as well as our docs assets.

我的建议是从Github克隆Bootstrap Beta 4,更改变量并使用reconfigure gruntfile重建.

https://github.com/twbs/bootstrap#running-documentation-locally

网友评论