【发布时间】:2012-04-25 13:48:54
【问题描述】:
是否可以下载自定义版本的 twitter boostrap(您可以在其中编辑颜色、网格宽度等),为您提供 .less 格式的 css?
【问题讨论】:
标签: github twitter-bootstrap less html5boilerplate
是否可以下载自定义版本的 twitter boostrap(您可以在其中编辑颜色、网格宽度等),为您提供 .less 格式的 css?
【问题讨论】:
标签: github twitter-bootstrap less html5boilerplate
Bootstrap 在 Less 中:https://github.com/twbs/bootstrap/tree/master/less(截至 3.0.0)
这里有一个SASS版本:https://github.com/jlong/sass-twitter-bootstrap
编辑:您可以“分叉”其中一个版本,并向其中添加您自己的编辑。如果您不介意您的分叉是否可供其他人公开使用,您可以免费使用 GitHub。
【讨论】: