Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是对 Twitter Bootstrap 的自定义表单有一个简单的问题:当我更改容器填充的字段并下载自定义引导程序时,我设置的填充,即 20px 不会最终出现在 css 中。我错过了什么吗?
谢谢,
Ĵ
/* Minimize the default padding of the bootstrap container */ .container-fluid { padding: 4px; }
将其包含在您的CSS享受中,同样您也可以自定义其他less variables。
CSS
less variables
干杯!!!