Currently contains all the basic Susy snippets for Functions and Mixins, and hopefully we can fill in more (like auto-completions) later.
Mostly works with favorite Susy Function/Mixin as is, and the snippets are going to prepend the @include on their own (except for functions of course).
You should be able to tab over everything, just as you'd expect from ST2 Snippets, right ?
-
span-columns()has a bit more snippets:-
scolexpands to a simple:
@include span-columns($columns, $total_columns); -
scoloadds omega to the mix:@include span-columns($columns omega, $total_columns); -
scolumnexpands to a full span-columns mixin:@include span-columns($total_columns omega, $context, $padding, $from);
-