Skip to content

v3.0.0

Compare
Choose a tag to compare
@tonyganch tonyganch released this 29 Sep 14:32
· 226 commits to dev since this release

New:

  • Sass support
  • Leftovers (#160)
  • Use CSScomb Core
  • Plugins API (with .use() method)
  • sort-order-fallback (alphabetical sort order)
  • space-before-colon
  • space-after-colon
  • space-before-combinator
  • space-after-combinator
  • space-before-selector-delimiter
  • space-after-selector-delimiter
  • space-before-opening-brace
  • space-after-opening-brace
  • space-before-closing-brace
  • space-after-declaration
  • tab-size

Removed:

  • colon-space
  • combinator-space
  • rule-indent
  • stick-brace

Changed:

  • Divided process and detect methods
  • Made getConfig and detect static methods
  • Removed "best guess" logic from options
  • Excluded bower_components/** from processing
  • Updated badges at README page
  • Update Gonzales PE to v3.0
  • Various fixes