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 358b83b commit e0930e6Copy full SHA for e0930e6
.github/FUNDING.yml
@@ -1 +1,2 @@
1
open_collective: postcss
2
+github: ai
package.json
@@ -33,10 +33,16 @@
33
"./process-result": "./process-result.js",
34
"./sync": "./sync.js"
35
},
36
- "funding": {
37
- "type": "opencollective",
38
- "url": "https://opencollective.com/postcss/"
39
- },
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
40
+ },
41
42
+ "type": "github",
43
+ "url": "https://github.com/sponsors/ai"
44
+ }
45
+ ],
46
"peerDependencies": {
47
"postcss": "^8.4.21"
48
0 commit comments