Skip to content

Commit

Permalink
Add css-scope-inline w/ git auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Jun 26, 2024
1 parent 3b586a5 commit b31e1d8
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/c/css-scope-inline.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{

Check failure on line 1 in packages/c/css-scope-inline.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property author is not allowed
"name": "css-scope-inline",
"description": "Lightweight CSS scoping for inline styles without a build step",
"keywords": [
"css",
"scope",
"inline",
"styling"
],
"author": "Nathanael Anderson",
"license": "MIT",
"homepage": "https://github.com/gnat/css-scope-inline",
"repository": {
"type": "git",
"url": "git://github.com/gnat/css-scope-inline.git"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/gnat/css-scope-inline.git",
"fileMap": [
{
"basePath": "",
"files": [
"script.js"
]
}
]
}
}

0 comments on commit b31e1d8

Please sign in to comment.