parker icon indicating copy to clipboard operation
parker copied to clipboard

Stylesheet analysis tool.

Results 19 parker issues
Sort by recently updated
recently updated
newest added

After installing the package, I tried running the command `parker spinner.css` but I got a reference error. Here is the full message: ``` fs.js:35 } = primordials; ^ ReferenceError: primordials...

As noted in #56, and reiterated in #59, older versions of `graceful-fs` don't play well with newer versions of Node.js. (See also .) This commit bumps `graceful-fs` to version 4.2.6,...

I'm concerning myself with CSS performance and in the course of this I've found parker. Looks good on first sight but some great features are missing: - evaluation of the...

Hey, I've seen different Identation in these file. This looks bad in the Github view. Maybe it would be worth adding an [editorconfig](https://editorconfig.org/). :)

my bad, please remove this pull request

Hi, here is update of graceful-fs to version 4.1.11 in package.json. Newer versions of node warns about graceful-fs is out of date. Heres updated package.json ``` { "name": "parker", "description":...

Great project and great tool! Thanks for implementing this. I am able to get metrics for the css in my project. This is good, but now that I have it,...

@katiefenn `CHANGELOG.md` is broken. Can you provide a changelog in `CHANGELOG.md` and in releases (https://github.com/katiefenn/parker/releases) ? Thanks.

I tried to get Parker working in a browser environment (even tried browserify), but did not have any luck. Filing this issue in case you may be considering adding this.

enhancement

Since chrome removed CSS profiler from chrome canary (https://bugs.chromium.org/p/chromium/issues/detail?id=265486), it would be useful to have a feature to list all selectors and order them from biggest to small, like: `#page...