TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Bourbon: Thoughtbot's vanilla Sass mixin framework (SCSS)
9 点
作者
adamstac
将近 14 年前
2 条评论
tjholowaychuk
将近 14 年前
Collapse
This makes Stylus look even more sexy.<p><pre><code> @include position(absolute, 10px 5px 0 0); </code></pre> vs<p><pre><code> relative: top 10px right 5px </code></pre> or<p><pre><code> relative: top right </code></pre> etc
评论 #2743438 未加载
secoif
将近 14 年前
I really don't see what the main the difference is between this and compass?<p>+1 for stylus' clean syntax