append-styles
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "append-styles", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Append CSS in a given order", | ||
"bugs": "https://github.com/sunesimonsen/append-styles/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/sunesimonsen/append-styles" | ||
}, | ||
"main": "index.js", | ||
@@ -6,0 +11,0 @@ "scripts": { |
@@ -59,3 +59,3 @@ # append-styles | ||
<style data-append-styles="module-a">h1 { color:papayawhip; }</style> | ||
<style data-append-styles="module-b">body { background:red; }</style | ||
<style data-append-styles="module-b">body { background:red; }</style> | ||
<style data-append-styles="module-b">h1 { color:black; }</style> | ||
@@ -62,0 +62,0 @@ ... |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
8023
0