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

Derby

by rossedman ALL

Bourbon & Neat Sublime Text Snippets & Auto Completions

Labels auto-complete

Details

  • 4.2.3
  • github.​com
  • github.​com
  • 10 years ago
  • 45 minutes ago
  • 13 years ago

Installs

  • Total 3K
  • Win 770
  • Mac 2K
  • Linux 268
Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21
Windows 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 1 0 1 0 0 0 0 0 0 0 0 0
Mac 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
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 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Derby - Bourbon / Neat Autocompletion For Sublime Text

derby-graphic

Updated

Sublime autocompletions to aid in using Bourbon and Neat in your projects. Named after the cocktail Derby which contains Lime and Bourbon. Special thanks to @danieljacobarcher for contributing the latest updates.

Installation Without Package Control

If you want to install this package without package control, follow these steps:

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone http://github.com/rossedman/derby Derby

You can also downlod the package here and place it in ~/Library/Application Support/Sublime Text 3/Installed Packages) if you do not want to follow the above instructions.

How Do I Use Derby

To run an autocomplete, type in the property you are looking for and hit Tab.

border-color --> @include border-color( red green null blue );
helvetica --> font-family: $helvetica
tint --> tint( red, 40% );

All properties can be referenced in the Bourbon and Neat documentation.

Gotchas

Derby is set to work with SCSS and SASS in Sublime Text. I have personally not been able to get this to work with SCSS even though the source has been set in the auto completion files. You may have to switch your syntax to SASS to get this to work properly.