From 533c8a9fb66e105ae8175bf31bff4eede5d733e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Sun, 13 Aug 2017 21:12:35 +0200 Subject: [PATCH] Don't sort class name by default Fix issue with Semantic UI (#1331) --- lib/common/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/options.js b/lib/common/options.js index d0b7042c5..633c63163 100755 --- a/lib/common/options.js +++ b/lib/common/options.js @@ -146,7 +146,7 @@ Options.defaults = { removeStyleLinkTypeAttributes: false, removeTagWhitespace: false, sortAttributes: true, - sortClassName: true, + sortClassName: false, trimCustomFragments: true, useShortDoctype: true }