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 2812382 commit ba60db6Copy full SHA for ba60db6
.github/FUNDING.yml
@@ -1 +1,2 @@
1
open_collective: postcss
2
+github: ai
package.json
@@ -19,10 +19,16 @@
19
"engines": {
20
"node": ">=14.0"
21
},
22
- "funding": {
23
- "type": "opencollective",
24
- "url": "https://opencollective.com/postcss/"
25
- },
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
26
+ },
27
28
+ "type": "github",
29
+ "url": "https://github.com/sponsors/ai"
30
+ }
31
+ ],
32
"peerDependencies": {
33
"postcss": "^8.2.14"
34
0 commit comments