Skip to content

Commit

Permalink
Don't sort class name by default
Browse files Browse the repository at this point in the history
Fix issue with Semantic UI (#1331)
  • Loading branch information
Atinux committed Aug 13, 2017
1 parent 61111c8 commit 533c8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Options.defaults = {
removeStyleLinkTypeAttributes: false,
removeTagWhitespace: false,
sortAttributes: true,
sortClassName: true,
sortClassName: false,
trimCustomFragments: true,
useShortDoctype: true
}
Expand Down

0 comments on commit 533c8a9

Please sign in to comment.