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 820eae9 commit 658b1f9Copy full SHA for 658b1f9
2 files changed
.github/FUNDING.yml
@@ -1 +1,2 @@
1
open_collective: postcss
2
+github: ai
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-nested",
3
- "version": "6.0.1",
+ "version": "6.1.0",
4
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
5
"keywords": [
6
"postcss",
@@ -19,10 +19,16 @@
19
"engines": {
20
"node": ">=12.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