UNPKG

style-loader

Version:
9 lines (8 loc) 271 B
"use strict"; /* istanbul ignore next */ function setAttributesWithoutAttributes(styleElement, attributes) { Object.keys(attributes).forEach(function (key) { styleElement.setAttribute(key, attributes[key]); }); } module.exports = setAttributesWithoutAttributes;