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
  • 1 hour ago
  • 11 years ago

Installs

  • Total 6K
  • Win 4K
  • Mac 2K
  • Linux 513
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 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 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