-1

I'm wondering what the implications are of using the Bootstrap theme alongside FuelUX? What I'm after is big, bold fonts and something that looks like http://jsfiddle.net/adam_j_bradley/9phKW/ (which includes bootstrap.css)
vs what I get if I remove the reference to bootstrap.css http://jsfiddle.net/adam_j_bradley/9phKW/2/

However, when I include the bootstrap CSS a lot of the other components break. Buttons are the wrong size (especially on forms, downright ugly!).

@import url('http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css');

Any thoughts advice/tips warmly received.

4

1 回答 1

1

Bootstrap 3(JS,也不是 CSS)与 FuelUX 2 不兼容。增强的 FuelUX 3(与 Bootstrap 3 兼容)仍在开发中,并且由于内部时间表而被推迟。你可以在这里查看开发分支:https ://github.com/ExactTarget/fuelux/tree/3.0.0-wip

在 GitHub Pages 上发布正式版本之前,可以在这里查看 WIP 文档:http: //getfuelux.com

更新:Fuel UX 于 2014 年 8 月发布,可以在https://github.com/ExactTarget/fuelux/的 master 分支和 3.x 分支中找到

于 2014-07-02T01:53:14.103 回答