syncfusion / JavaScript-Widgets

Syncfusion Essential JavaScript is a comprehensive collection of over 80+ enterprise-grade HTML5 JavaScript components for building modern web applications.
http://www.syncfusion.com/products/javascript
35 stars 36 forks source link

EJ Web bootstrap theme - LESS compilation error from unescaped IE hack #8

Closed murraybiscuit closed 7 years ago

murraybiscuit commented 7 years ago

Description: LESS compiler is throwing an exception due to unescaped IE hack. File: /Content/ej/web/bootstrap-theme/ej.theme.less Line: 1064 Code: border:@border-size @border-type @content-border-color \9;

Other parts of this file have the hack correctly escaped (~"\9"). Suggested fix: border:@border-size @border-type @content-border-color~"\9"; Patch and pull request in progress.

murraybiscuit commented 7 years ago

File patched. LESS compilation is resolved for me. Haven't tested output in <= IE 9

Sridhar-Narasimhan commented 7 years ago

Version 14.4.20 solves this issue.