Skip to content

Commit

Permalink
Removed testing option
Browse files Browse the repository at this point in the history
  • Loading branch information
TwentyFourMinutes committed Jul 22, 2020
1 parent c659d46 commit a325271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private static (string, MinifyResult) Minify(string input, bool usePreMailer)

if (usePreMailer)
{
inlineResult = PreMailer.Net.PreMailer.MoveCssInline(input, true, stripIdAndClassAttributes: true);
inlineResult = PreMailer.Net.PreMailer.MoveCssInline(input, stripIdAndClassAttributes: true);
input = inlineResult.Html;
}

Expand Down

0 comments on commit a325271

Please sign in to comment.