Bart Veneman
Bart Veneman
What do you mean by biggest? The longest selector in terms of the amount of characters of perhaps the specificity of that selector? Could you maybe give an example what...
FWIW: For now I'm fixing this with [gulp-shell](https://github.com/sun-zheng-an/gulp-shell). Then created a task like so: ``` gulp.task('parker', shell.task('parker assets/css/master.css')); ```
Btw, @katiefenn, feel free to close this, as using it with gulp-shell has done the trick for me the last couple of months very, very well.
Maybe nice to add a small update as I didn't really like to run parker with gulp-shell. By installing Parker to the project, I'm able to run it directly from...
Wouldn't it be better to use tools like [StyleLint](https://github.com/stylelint/stylelint) for that? Personally I use Parker for dashboards to we can monitor growth, complexity and branding related issues. From that we...
~~The existing function already returned a single object, so I simply renamed it and exported it. It does make sense to me however to keep this method as small as...
My css-analyzer package has benchmarks enabled in CI and running it with the changes from this MR makes the analyzer 25-50% faster! https://github.com/projectwallace/css-analyzer/pull/423#issuecomment-2277863390 (I don't necessarily trust the benchmarks blindly...
@dependabot rebase
Vitest has a `bench` helper which would be great to avoid perf regressions. https://vitest.dev/api/#bench
https://github.com/projectwallace/format-css/commit/63cefb67f8d3c8909aa455bc7ab955af9c211680#diff-58e6f63d87181b1c6a8cb6e5f1691df04aa32854456efcd52ca71c8541375d26