Skip to content

Commit ae82b6b

Browse files
Merge branch 'main' into preset-env-home-revamp
2 parents ec7dc91 + a3c1316 commit ae82b6b

File tree

43 files changed

+435
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+435
-147
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
open_collective: csstools

.github/bin/format-package-json.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ const formatted = {};
2727

2828
formatted.license = packageJSONInfo.license;
2929
delete packageJSONInfo.license;
30+
31+
formatted.funding = packageJSONInfo.funding;
32+
delete packageJSONInfo.funding;
3033
}
3134

3235
// Status and runtime info

cli/csstools-cli/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"version": "1.2.0",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",
7+
"funding": {
8+
"type": "opencollective",
9+
"url": "https://opencollective.com/csstools"
10+
},
711
"engines": {
812
"node": "^12 || ^14 || >=16"
913
},

experimental/css-has-pseudo/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"version": "0.3.0",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",
7+
"funding": {
8+
"type": "opencollective",
9+
"url": "https://opencollective.com/csstools"
10+
},
711
"engines": {
812
"node": "^12 || ^14 || >=16"
913
},

0 commit comments

Comments
 (0)