Skip to content

Commit 0a8530c

Browse files
authored
postcss-container-rule-prelude-list and postcss-image-function (#1830)
1 parent 972d7ed commit 0a8530c

167 files changed

Lines changed: 1864 additions & 113 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ body:
7979
- PostCSS Color Mix Function
8080
- PostCSS Color Mix Variadic Function Arguments
8181
- PostCSS Conditional Values
82+
- PostCSS Container Rule Prelude List
8283
- PostCSS Content Alt Text
8384
- PostCSS Contrast Color Functions
8485
- PostCSS Custom Media Queries
@@ -100,6 +101,7 @@ body:
100101
- PostCSS Gradients Interpolation Method
101102
- PostCSS HWB Function
102103
- PostCSS IC Unit
104+
- PostCSS Image Function
103105
- PostCSS Image Set Function
104106
- PostCSS Initial
105107
- PostCSS Is Pseudo Class

.github/ISSUE_TEMPLATE/plugin-issue.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ body:
7676
- PostCSS Color Mix Function
7777
- PostCSS Color Mix Variadic Function Arguments
7878
- PostCSS Conditional Values
79+
- PostCSS Container Rule Prelude List
7980
- PostCSS Content Alt Text
8081
- PostCSS Contrast Color Functions
8182
- PostCSS Custom Media Queries
@@ -97,6 +98,7 @@ body:
9798
- PostCSS Gradients Interpolation Method
9899
- PostCSS HWB Function
99100
- PostCSS IC Unit
101+
- PostCSS Image Function
100102
- PostCSS Image Set Function
101103
- PostCSS Initial
102104
- PostCSS Is Pseudo Class

.github/labeler.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
- plugins/postcss-conditional-values/**
144144
- experimental/postcss-conditional-values/**
145145

146+
"plugins/postcss-container-rule-prelude-list":
147+
- changed-files:
148+
- any-glob-to-any-file:
149+
- plugins/postcss-container-rule-prelude-list/**
150+
- experimental/postcss-container-rule-prelude-list/**
151+
146152
"plugins/postcss-content-alt-text":
147153
- changed-files:
148154
- any-glob-to-any-file:
@@ -275,6 +281,12 @@
275281
- plugins/postcss-ic-unit/**
276282
- experimental/postcss-ic-unit/**
277283

284+
"plugins/postcss-image-function":
285+
- changed-files:
286+
- any-glob-to-any-file:
287+
- plugins/postcss-image-function/**
288+
- experimental/postcss-image-function/**
289+
278290
"plugins/postcss-image-set-function":
279291
- changed-files:
280292
- any-glob-to-any-file:

.github/workflows/deploy-preset-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 1
2626
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
2727
with:
28-
node-version: 24
28+
node-version: 26
2929

3030
- name: npm ci
3131
run: |

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 1
2323
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
2424
with:
25-
node-version: 24
25+
node-version: 26
2626

2727
- name: npm ci
2828
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Enable annotations only for node 24 + ubuntu
2424
matrix:
2525
os: [ubuntu-latest]
26-
node: [20, 22, 24, 25]
26+
node: [20, 22, 24, 25, 26]
2727
include:
2828
- os: macos-latest
2929
node: 24

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v25.1.0
1+
v26.1.0

cli/csstools-cli/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v25.1.0
1+
v26.1.0

e2e-package-managers/yarn/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v25.1.0
1+
v26.1.0

e2e/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v25.1.0
1+
v26.1.0

0 commit comments

Comments
 (0)