Hey,
When trying to Inline a Bootstrap 3.3.7 css file pasted into the Style tag, the Inliner throws an exception
System.ArgumentException: Unexpected character found at position 8: ".. button::>>-<<moz-focus-inner::input::-moz-"
at CsQuery.StringScanner.Implementation.StringScannerEngine.ThrowException(String message, Int32 errPos)
at CsQuery.StringScanner.Implementation.StringScannerEngine.ThrowUnexpectedCharacterException()
at CsQuery.StringScanner.Implementation.StringScannerEngine.Expect(Func`3 validate)
at CsQuery.StringScanner.Implementation.StringScannerEngine.Get(Func`3 validate)
at CsQuery.Engine.SelectorParser.Parse(String selector)
at CsQuery.Engine.Selector..ctor(String selector)
at CsQuery.CQ.Select(String selector)
at StyleMerge.Inliner.ApplyRulesToElements(CQ document, IEnumerable`1 rules, HashSet`1 noApply) in c:\projects\style-merge\StyleMerge\Inliner.cs:line 170
at StyleMerge.Inliner.ProcessHtml(String sourceHtml) in c:\projects\style-merge\StyleMerge\Inliner.cs:line 145
at JPB.MyWorksheet.Webpage.Services.Mail.MailService.PreProcessMail(Mail mail) in F:\Source\Repos\MyWorksheet\JPB.MyWorksheet\JPB.MyWorksheet.Webpage\Services\Mail\MailService.cs:line 48
at JPB.MyWorksheet.Webpage.Services.Mail.MailService.<SendMail>d__18.MoveNext() in F:\Source\Repos\MyWorksheet\JPB.MyWorksheet\JPB.MyWorksheet.Webpage\Services\Mail\MailService.cs:line 63
Hey,
When trying to Inline a Bootstrap 3.3.7 css file pasted into the Style tag, the Inliner throws an exception