cssPath from the Chrome devtools as a node module. Based on cssman with some critical bugfixes
var csspath = require('devtools-csspath');
console.log(csspath(someElement));
html > body > header > h1
cssPath from the Chrome devtools as a node module. Based on cssman with some critical bugfixes
var csspath = require('devtools-csspath');
console.log(csspath(someElement));
html > body > header > h1
npm i devtools-csspath
2
0.0.1
none