lf-jeremy

Results 5 comments of lf-jeremy

It's also worth noting that IE will not evaluate css styles in SVGs automatically, as noted in other similar projects: https://github.com/arkon/ng-inline-svg/issues/17

Yoast just recently rolled this out. Would be great to have this option with elementor as well. https://github.com/Yoast/wordpress-seo/issues/4560 This comment laid down a lot of the options for implementation of...

@evilebottnawi I am using [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) but this is an upstream issue in stylelint - the behavior is the way @vankop described above. Looking at the metadata stored in the stylelint...

Both packages use the same module for tracking the file changes: `file-entry-cache` You can see that eslint adds an additional `results` property in the metadata, whereas stylelint doesn't add any...

The eslint result cache [test](https://github.com/eslint/eslint/blob/master/tests/lib/cli-engine/lint-result-cache.js) is pretty useful, too. Saving the result of course is straightforward [there](https://github.com/eslint/eslint/blob/04b6adb7f1bcb2b6cb3fa377b1ca4cecd810630e/lib/cli-engine/cli-engine.js#L803) for eslint Looks like it will be relatively straightforward for stylelint as well...