Exit Full View

Games Cupboard / build / js / node_modules / style-loader / dist / runtime / setAttributesWithAttributesAndNonce.js

"use strict";

/* istanbul ignore next  */
function setAttributesWithoutAttributes(styleElement, attributes) {
  Object.keys(attributes).forEach(function (key) {
    styleElement.setAttribute(key, attributes[key]);
  });
}

module.exports = setAttributesWithoutAttributes;