source:
trip-planner-front/node_modules/style-loader/dist/runtime/insertStyleElement.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 261 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | "use strict"; |
2 | ||
3 | /* istanbul ignore next */ | |
4 | function insertStyleElement(options) { | |
5 | var style = document.createElement("style"); | |
6 | options.setAttributes(style, options.attributes); | |
7 | options.insert(style); | |
8 | return style; | |
9 | } | |
10 | ||
11 | module.exports = insertStyleElement; |
Note:
See TracBrowser
for help on using the repository browser.