ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Susy 2 Snippets

by kyleshevlin ALL

Collection of Susy 2 Snippets made for Sublime Text

Labels snippets

Details

Installs

  • Total 774
  • Win 342
  • Mac 361
  • Linux 71
Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Susy Snippets

This is a collection of Sublime Text snippets for Susy 2. These will work on files with the .sass and .scss extensions.

Installation

If you have Package Control installed, you can search for “Susy 2 Snippets” and install directly. Otherwise, navigate to your Sublime Text User directory in Terminal.

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User

Once in the directory, you can clone the repo and Sublime Text should be all set to use these snippets.

Tab Triggers

Here are the tab triggers in alphabetical order:

  • al - Alpha Mixin
  • bl - Bleed Mixin
  • blx - Bleed-X Mixin
  • bly - Bleed-Y Mixin
  • br - Break Mixin
  • cof - Container Function
  • co - Container Mixin
  • fi - First Mixin
  • fu - Full Mixin
  • ga - Gallery Mixin
  • gbs - Global Box Sizing Mixin
  • guf - Gutters Function
  • gu - Gutters Mixin
  • is - Isolate Mixin
  • la - Last Mixin
  • lyf - Layout Function
  • ly - Layout Mixin
  • nef - Nested Function
  • ne - Nested Mixin
  • nb - Nobreak Mixin
  • om - Omega Mixin
  • pad - Pad Mixin
  • po - Post Mixin
  • pr - Pre Mixin
  • px - Prefix Mixin
  • pl - Pull Mixin
  • ph - Push Mixin
  • sg - Show Grid Mixin
  • spf - Span Function
  • sp - Span Mixin
  • sq - Squish Mixin
  • sx - Suffix Mixin
  • wl - With Layout Mixin

Warning: You may have some conflicting Tab Triggers if you've made your own snippets or have other packages with similar snippets. Feel free to customize this for your own use.