We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73e87b commit f974b2cCopy full SHA for f974b2c
package.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "CSS Scope Inline",
3
+ "version": "0.1.0",
4
+ "description": "Scope your inline style tags in pure vanilla CSS",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/gnat/css-scope-inline.git"
8
+ },
9
+ "author": "gnat",
10
+ "keywords": [
11
+ "utility",
12
+ "dom",
13
+ "dom-manipulation",
14
+ "lob",
15
+ "locality-of-behavior",
16
+ "htmx",
17
+ "selector",
18
+ "queryselectorall",
19
+ "queryselector"
20
+ ],
21
+ "license": "MIT",
22
+ "bugs": {
23
+ "url": "https://github.com/gnat/css-scope-inline/issues"
24
+ }
25
+}
0 commit comments