Skip to content

Commit 01c5751

Browse files
authored
Merge branch 'main' into align-serializers-with-cssom--adaptable-x-ray-tetra-fc4902ce8e
2 parents 37433a0 + 63986cf commit 01c5751

105 files changed

Lines changed: 4205 additions & 2407 deletions

File tree

Some content is hidden

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

.github/ISSUE_TEMPLATE/css-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ body:
7575
- PostCSS Color Functional Notation
7676
- PostCSS Color Hex Alpha
7777
- PostCSS Color Mix Function
78+
- PostCSS Color Mix Variadic Function Arguments
7879
- PostCSS Conditional Values
7980
- PostCSS Content Alt Text
8081
- PostCSS Contrast Color Functions

.github/ISSUE_TEMPLATE/plugin-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ body:
7272
- PostCSS Color Functional Notation
7373
- PostCSS Color Hex Alpha
7474
- PostCSS Color Mix Function
75+
- PostCSS Color Mix Variadic Function Arguments
7576
- PostCSS Conditional Values
7677
- PostCSS Content Alt Text
7778
- PostCSS Contrast Color Functions

.github/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@
113113
- plugins/postcss-color-rebeccapurple/**
114114
- experimental/postcss-color-rebeccapurple/**
115115

116+
"plugins/postcss-color-mix-variadic-function-args":
117+
- changed-files:
118+
- any-glob-to-any-file:
119+
- plugins/postcss-color-mix-variadic-function-arguments/**
120+
- experimental/postcss-color-mix-variadic-function-arguments/**
121+
116122
"plugins/postcss-color-mix-function":
117123
- changed-files:
118124
- any-glob-to-any-file:

e2e/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/webpack/bundle-through/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"postcss": "^8.5.1",
13-
"webpack": "^5.99.7",
13+
"webpack": "^5.99.9",
1414
"webpack-cli": "^6.0.1",
1515
"postcss-preset-env": "file:../../../plugin-packs/postcss-preset-env"
1616
},

e2e/webpack/postcss-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"postcss": "^8.5.1",
12-
"webpack": "^5.99.7",
12+
"webpack": "^5.99.9",
1313
"webpack-cli": "^6.0.1",
1414
"postcss-loader": "^8.1.1",
1515
"style-loader": "^4.0.0",

0 commit comments

Comments
 (0)