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
  • 11 years ago
  • 2 hours ago
  • 12 years ago

Installs

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