extract-css-core icon indicating copy to clipboard operation
extract-css-core copied to clipboard

Extract all CSS from a given url, both server side and client side rendered.

Results 6 extract-css-core issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

📚 dependencies

Bumps [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.7.0 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add...

📚 dependencies

This is a regression in 3.0.0: Any minified CSS on the page is now returned un-minified by this package. This CSS should still be minified, because otherwise a css analyzer...

🐛 defect

See https://www.zachleat.com/web/speedy-screenshots/

Add support for Web Components, both open and closed. Maybe it already works, but at least it should be covered by tests. Example: https://css-tricks.com/encapsulating-style-and-structure-with-shadow-dom/

✨ enhancement

Report where in the DOM the `` and `` were found. This breadcrumb could be generated by looking at the target DOM node, and traverse up the (`while (node.parentNode)`) and...

✨ enhancement