TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

9 pointsby adamstacalmost 14 years ago

2 comments

tjholowaychukalmost 14 years ago
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 未加载
secoifalmost 14 years ago
I really don't see what the main the difference is between this and compass?<p>+1 for stylus' clean syntax