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

Jeet Snippets

by markalfred ALL

Sublime Text snippets for the Jeet grid system

Details

  • 2014.12.05.16.06.59
  • github.​com
  • github.​com
  • 10 years ago
  • 2 minutes ago
  • 10 years ago

Installs

  • Total 1K
  • Win 525
  • Mac 351
  • Linux 141
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Jeet Snippets

Sublime Text snippets for the Jeet grid system

Installation

Using Package Control:

  • Open the Command Palette
  • Package Control: Install Package
  • Search for Jeet Snippets
  • Install

Usage

Type a Trigger below and press tab. The snippet will be inserted with the highlighted text highlighted.

These triggers work anywhere in a .styl or .scss file.

Trigger Stylus SCSS
alb align(both) @include align(both);
alh align(horizontal) @include align(horizontal);
alv align(vertical) @include align(vertical);
cen center() @include center();
cf cf() @include cf();
col column(1/3) @include column(1/3);
cg column-gutter(1/3) @include column-gutter(1/3);
cw column-width(1/3) @include column-width(1/3);
edit edit(black) @include edit(black);
sh shift(1/3) @include shift(1/3);
span span(1/3) @include span(1/3);
stack stack() @include stack();
uncen uncenter() @include uncenter();
uns unshift() @include unshift();
unstack unstack() @include unstack();

These triggers work only as arguments inside the functions/mixins above.

Trigger Stylus SCSS
align align: center $align: center
cs col_or_span: column $col_or_span: column
cyc cycle: 3 $cycle: 3
gut gutter: 3 $gutter: 3
mw max_width: 100px $max_width: 100px
off offset: 1/3 $offset: 1/3
pad pad: 100px $pad: 100px
unc uncycle: 3 $uncycle: 3