TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Bourbon: Thoughtbot's vanilla Sass mixin framework (SCSS)
9 points
by
adamstac
almost 14 years ago
2 comments
tjholowaychuk
almost 14 years ago
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
almost 14 years ago
I really don't see what the main the difference is between this and compass?<p>+1 for stylus' clean syntax