var elem = window.getComputedStyle(document.querySelector('.element'), ':before'); elem.getPropertyValue('color');
0 Comments