We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cb0bf commit f65c78bCopy full SHA for f65c78b
package.json
@@ -2,15 +2,24 @@
2
"name": "open-props",
3
"author": "Adam Argyle",
4
"license": "ISC",
5
- "version": "0.0.1",
+ "version": "0.0.2",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/argyleink/open-props"
9
+ },
10
+ "keywords": [
11
+ "css",
12
+ "utilities",
13
+ "variables",
14
+ "custom properties",
15
+ "gradients"
16
+ ],
17
+ "main": "props.min.css",
18
+ "style": "props.min.css",
19
"browserslist": [
20
"defaults"
21
],
22
"scripts": {
- "start": "vite",
- "dev": "vite",
- "build": "vite build",
- "serve": "vite preview",
23
"bundle": "concurrently npm:lib:*",
24
"lib:all": "postcss src/index.css -o props.min.css",
25
"lib:animations": "postcss src/props.animations.css -o props.animations.min.css",
0 commit comments