UNPKG
load-styles
Version:
latest (2.0.0)
2.0.0
1.0.1
Add a CSS <style> tag to the document's <head> node
load-styles
/
package.json
15 lines
(14 loc)
•
247 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"load-styles"
,
"description"
:
"Add a CSS <style> tag to the document's <head> node"
,
"version"
:
"2.0.0"
,
"keywords"
:
[
"css"
,
"load"
,
"dynamic"
,
"head"
,
"style"
]
,
"license"
:
"MIT"
,
"main"
:
"index.js"
}