source: trip-planner-front/node_modules/style-loader/dist/runtime/insertStyleElement.js@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 261 bytes
Line 
1"use strict";
2
3/* istanbul ignore next */
4function insertStyleElement(options) {
5 var style = document.createElement("style");
6 options.setAttributes(style, options.attributes);
7 options.insert(style);
8 return style;
9}
10
11module.exports = insertStyleElement;
Note: See TracBrowser for help on using the repository browser.