PavelFil
PavelFil
As a temporary solution you can remove the JavaScript Scanner from the scanners list. ```php 'modules' => [ 'translatemanager' => [ ... 'scanners' => [ '\lajax\translatemanager\services\scanners\ScannerPhpFunction', '\lajax\translatemanager\services\scanners\ScannerPhpArray', '\lajax\translatemanager\services\scanners\ScannerDatabase', ], ],...
I think yes, drop it entirely is a best choose. This code can't be used by browsers.
> It's not SVGO problem. As you can see by stacktrace it's an error in [css-what](https://github.com/fb55/css-what) through [css-select](https://github.com/fb55/css-select) dependency. It's need to create a correct bug report ticket in [css-what](https://github.com/fb55/css-what)...
Related issue https://github.com/csstree/csstree/issues/294
> Can you confirm that you are subsetting to an empty font? Ie. the font has none of the requested Unicodes? Yes. The font file doesn't have requested unicodes.
Also this code catch the same issue: ```CSS .range-block__range::-webkit-slider-thumb { box-shadow: 1px 0 0 -4px #cfcfcf, 2px 0 0 -5px #cfcfcf, 3px 0 0 -5px #cfcfcf, 4px 0 0 -5px...