Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 653 Bytes

html-javascript-css-formatter.rst

File metadata and controls

21 lines (13 loc) · 653 Bytes

HTML, Javascript, CSS Formatter

  1. javascript: http://jsbeautifier.org/
  2. css: http://www.codebeautifier.com/
  3. css: http://www.csscompressor.com/

Codebeautifier is really good.

Take this advices:

  • Compression (code layout): High
  • Regroup selectors: Do not change anything ( !IMPORTANT! or the behaviour of your css might change )

If you want you can sort properties without problems just check Options - Sort properties

Warning

NOTE Don't check 'Sort Selectors'! This might change the behaviour of your css code!