Y
Hacker News
new
|
ask
|
show
|
jobs
by
nathos
4859 days ago
Not mixins, but @extend:
http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#ex...
It's selector inheritance -- rewriting selectors instead of repeating properties & values.
1 comments
sprobertson
4859 days ago
Ah you're right, mixins seem to be more useful for specific nuggets of style. Updating my comment.
link