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

CSSFormat

by hdemirchian ST2

Sublime Text plugin to format CSS files

Details

  • 2013.05.31.15.27.48
  • github.​com
  • github.​com
  • 12 years ago
  • 41 minutes ago
  • 12 years ago

Installs

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

This plug-in was generated for Lamps Plus Web development team for helping them with formatting their CSS files according to their own set of standards. When installed, it will create a menu item called “LP CSS Formatter <version#>” under Edit menu.
Here is the list of standards it follows:
• All curly braces should have a leading and trailing space
• All colons should have a leading trailing space
• Last parameter inside curly braces (even there is only one parameter) should have a trailing semicolon
• All parameters inside curly braces should be sorted alphabetically
• After sorting the parameters, all high priority parameters (parameters starting with ‘-’) should be moved to the top of the list and all low priority parameters (commented lines and parameters starting with ‘*’ and ‘_’) should be moved to the bottom of the list
• Statements containing less than 4 parameters should be displayed on one line
• Statements containing 4 or more parameters should be displayed in multiple lines.

Updates:
• Fixed the bug of removing the last line if the selicolon was missing - sorry for taking so long to fix this.