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 bae7774 commit 5652b11Copy full SHA for 5652b11
2 files changed
.github/FUNDING.yml
@@ -1 +1,2 @@
1
open_collective: postcss
2
+github: ai
package.json
@@ -22,10 +22,16 @@
22
"engines": {
23
"node": ">=12.0"
24
},
25
- "funding": {
26
- "type": "opencollective",
27
- "url": "https://opencollective.com/postcss/"
28
- },
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
29
+ },
30
31
+ "type": "github",
32
+ "url": "https://github.com/sponsors/ai"
33
+ }
34
+ ],
35
"peerDependencies": {
36
"postcss": "^8.2.14"
37
0 commit comments