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
  • 46 minutes ago
  • 11 years ago

Installs

  • Total 29K
  • Win 18K
  • Mac 7K
  • Linux 4K
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 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29
Windows 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 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
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 1 0 0 0 0 0 0 0 0 1 0 0 0
Linux 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

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!