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

CSScomb Alpha Sort

by psyrendust ST2

Tool for sorting CSS properties in alphabetical order.

Details

  • 2013.01.08.10.46.47
  • csscomb.​com
  • github.​com
  • 11 years ago
  • 53 minutes ago
  • 11 years ago

Installs

  • Total 6K
  • Win 4K
  • Mac 2K
  • Linux 513
May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 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
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 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

CSScomb Alpha Sort for Sublime Text 2

About

This is a unoffical fork of CSScomb for Sublime Text 2. This version of the CSScomb plugin allows you to truly sort your CSS properties in alphabetical order. CSScomb for Sublime Text only sorts the properties alphabetically after it has grouped the properties by type.

Tool for sorting CSS properties in specific order.

  • Sorting CSS properties. The order of properties in the help of professionals
  • Setting the order of CSS properties. Use the order to which you are accustomed to
  • Parsing CSS in the tags <style>, style="..." attribute. CSScomb find a CSS-code to other languages and will sort it
  • Formatting style sheets does not change. Work as a singleline and multiline CSS
  • Separation of CSS properties for the group. Separate groups of empty string if you want
  • Full support CSS2/CSS2.1/CSS3/CSS4 ;) CSScomb ready for the advanced CSS-code

The algorithm of CSScomb simulates web-technologists actions upon working with CSS-code to the limit. Usually to re-order code you move lines over each other considering comments in the code, multilines records of property values, hacks and everything that could be found in the real file. CSScomb reproduces these actions for you. This means that the parser “thinks” as a person editing the text, not as a blind robot parsing CSS.

For more info, online demo and tests see http://csscomb.com/

The Requirements

CSScomb is written in pure PHP, without any external libraries or dependencies. See details at wiki.

Plugin usage

Select code and press ctrl+shift+c

Issues & bugs

CSScomb tracker

Authors

CSScomb core: miripiruni

Sublime plugin: i-akhmadullin