module.exports = getStyle = (el, ruleName) => getComputedStyle(el)[ruleName];