https://github.com/pyronaur/sublime-susy
Susy Functions and Mixins for Sublime Text
https://github.com/pyronaur/sublime-susy
Last synced: about 1 year ago
JSON representation
Susy Functions and Mixins for Sublime Text
- Host: GitHub
- URL: https://github.com/pyronaur/sublime-susy
- Owner: pyronaur
- License: other
- Created: 2013-01-17T09:05:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T14:47:50.000Z (over 10 years ago)
- Last Synced: 2025-03-28T14:35:45.321Z (over 1 year ago)
- Homepage:
- Size: 3.91 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Sublime Susy 0.1
## Susy Snippets for Sublime Text
Currently contains all the basic Susy snippets for Functions and Mixins, and hopefully we can fill in more (like auto-completions) later.
## Usage
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:
* `scol` expands to a simple:
```@include span-columns($columns, $total_columns);```
* `scolo` adds omega to the mix:
```@include span-columns($columns omega, $total_columns);```
* `scolumn` expands to a full span-columns mixin:
```@include span-columns($total_columns omega, $context, $padding, $from);```