Html 我在哪里可以找到Sass的Twitter引导变量?

Html 我在哪里可以找到Sass的Twitter引导变量?,html,css,twitter-bootstrap,sass,Html,Css,Twitter Bootstrap,Sass,我想使用Twitter引导。但有一件事我很喜欢的替代Zurb基金会。他们正在使用大量Sass变量进行样式设置。例如: 我无法想象Twitter没有使用这样的变量。有人知道在哪里可以找到这些变量吗?谷歌没有帮助 提前谢谢 George是他们的官方SASS支持Github。顺便说一句,他们完全支持 有关详细信息,请参阅 路径和说明 lib/Ruby-gem代码(Sass配置、Rails和Compass集成) tasks/Converter脚本(将上游转换为Sass) test/编译测试 templ

我想使用Twitter引导。但有一件事我很喜欢的替代Zurb基金会。他们正在使用大量Sass变量进行样式设置。例如:

我无法想象Twitter没有使用这样的变量。有人知道在哪里可以找到这些变量吗?谷歌没有帮助

提前谢谢

George是他们的官方SASS支持Github。顺便说一句,他们完全支持

有关详细信息,请参阅

路径和说明

lib/
Ruby-gem代码(Sass配置、Rails和Compass集成)

tasks/
Converter脚本(将上游转换为Sass)

test/
编译测试

templates/
Compass包清单

vendor/assets/
Sass、JavaScript和字体文件

Rakefile
内部任务,如rake和convert


对不起。我的问题可能措词不够好。所以请让我重复一遍:我在哪里可以找到Sass的Twitter引导变量?有吗?谢谢。M8.:)这就是我一直在寻找的。
$include-html-top-bar-classes: $include-html-classes;

/* Background color for the top bar */
$topbar-bg: #111;

/* Height and margin */
$topbar-height: 45px;
$topbar-margin-bottom: rem-calc(30);

/* Control Input height for top bar */
$topbar-input-height: 2.45em;

/* Controlling the styles for the title in the top bar */
$topbar-title-weight: bold;
$topbar-title-font-size: rem-calc(17);