We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
你不能在#main 中嵌套#col1 和#col2 吗?
应该给出输出
#main #col1 {rendered CSS code}
You can't nest #col1 and #col2 in #main?
Should give the output
#main #col1 {rendered CSS code}
我正在使用带有 LESS 的 Blueprint,它工作得非常漂亮。您只需要做一件事。在 HTML 中,确保基本
div
具有class="container"
。如果你这样做了,剩下的就不会出现任何问题了。将 screen.css 重命名为 screen.less
I am using Blueprint with LESS and it works beautifully. Only one thing that you need to do is. in your HTML make sure the base
div
hasclass="container"
. if you do just this the rest will work without any glitches.rename your screen.css to screen.less
编辑 13/07/2012:Twitter Bootstrap 是我最喜欢的新选择。
编辑:另一个看起来非常不错的: http://semantic.gs/
我还没有测试过它,但是http://centage.peruste.net/ 是一个 LESS.js CSS 框架。
Edit 13/07/2012: Twitter Bootstrap is my new favorite choice.
Edit: another one that looks very nice: http://semantic.gs/
I havn't tested it yet, but http://centage.peruste.net/ is a LESS.js css framework.
我喜欢将 Less 框架与 {less} 结合使用。就是因为它让人迷惑到了极点......
I like using the Less Framework with {less}. Just cause it confuses people to the extreme...