更新
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
exports = function(css) {
|
||||
var style = document.createElement('style');
|
||||
style.textContent = css;
|
||||
style.type = 'text/css';
|
||||
document.head.appendChild(style);
|
||||
return style;
|
||||
};
|
||||
|
||||
module.exports = exports;
|
||||
Reference in New Issue
Block a user