what is \9 in css below. is this typo or valid character, Do i need modify webpack to recognize this character, build is failing due to unrecognize charactor
line 513: bottom: -100%\9 ; /* Fix for IE9 to spread the “:before” pseudo element to 100% height of the parent element */
Hi @harisalipk,
In Handsontable we use webpack@4 and mini-css-extract-plugin to process CSS files. At the moment, in your case, I suppose the best option is not to import handsontable/dist/handsontable.full.css (in js/css/less files) but concatenate handsontable/dist/handsontable.full.min.css with your styles.css file.