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

Stylus-Snippets

by billymoon ALL

Sublime Text plugin for Stylus Snippets (use with Stylus plugin instead of emmet)

Details

  • 2015.07.27.08.00.23
  • github.​com
  • github.​com
  • 9 years ago
  • 1 hour ago
  • 10 years ago

Installs

  • Total 29K
  • Win 18K
  • Mac 7K
  • Linux 4K
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 Mar 13 Mar 12
Windows 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 2 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 1 0 0 1 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 0 0
Linux 0 0 0 0 1 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 0 0

Readme

Source
raw.​githubusercontent.​com

Stylus-Snippets

Sublime Text plugin for Stylus Snippets (use with Stylus plugin instead of emmet).

n.b. you might also be interested to check out this project: stylus clean completions

About this plugin

The main Stylus plugin used to contain the snippets in this plugin, but was separated out into two, to allow people to use the recommended snippet expander emmet for a better coding experience. This package is maintained for users who for some reason do not want to use another snippet expander, and only want the stylus snippets that used to be in the main package.

Installation

After installing Stylus plugin via package control, install this Stylus Snippets plugin also via package manager.

Alternatively, you can download this repo (or zip ball) into your sublime editor's plugins folder.

You should now have snippets available to use in sublime editor.

Usage

Within a stylus file, which has syntax highlighting turned on, start typing abbreviations to expand, and then press tab, or choose an item from the inline menu to complete the snippet.

Try typing m0 and then tab to expand to margin:0.

Happy coding!