TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Bourbon: Thoughtbot's vanilla Sass mixin framework (SCSS)

9 点作者 adamstac将近 14 年前

2 条评论

tjholowaychuk将近 14 年前
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