Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maximilianschmitt/cssman

cssPath from the Chrome devtools as a node module.
https://github.com/maximilianschmitt/cssman

Last synced: 2 months ago
JSON representation

cssPath from the Chrome devtools as a node module.

Awesome Lists containing this project

README

        

# cssman

cssPath from the [Chrome devtools](https://chromium.googlesource.com/chromium/blink/+/master/Source/devtools/front_end/components/DOMPresentationUtils.js) as a node module. Copy-pasted this gist: https://gist.github.com/asfaltboy/8aea7435b888164e8563

```javascript
var csspath = require('cssman');
console.log(csspath(someElement));
```

```
html > body > header > h1
```