Skip to content

Commit e5d9e64

Browse files
authored
@property extensions (#1747)
1 parent 572ea28 commit e5d9e64

49 files changed

Lines changed: 1560 additions & 4 deletions

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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ body:
110110
- PostCSS Logical Overscroll Behavior
111111
- PostCSS Logical Resize
112112
- PostCSS Logical Viewport Units
113-
- PostCSS Media Queries Aspect-Ratio Number Values
114113
- PostCSS Media MinMax
114+
- PostCSS Media Queries Aspect-Ratio Number Values
115115
- PostCSS Minify
116116
- PostCSS Nested Calc
117117
- PostCSS Nesting
@@ -121,18 +121,20 @@ body:
121121
- PostCSS Place
122122
- PostCSS Position Area Property
123123
- PostCSS Progressive Custom Properties
124+
- PostCSS Property Rule Prelude List
124125
- PostCSS Pseudo Class Any Link
125126
- PostCSS Random Function
126127
- PostCSS Rebase URL
127-
- PostCSS Rewrite URL
128128
- PostCSS Rebeccapurple
129129
- PostCSS Relative Color Syntax
130130
- PostCSS Replace Overflow Wrap
131+
- PostCSS Rewrite URL
131132
- PostCSS Scope Pseudo Class
132133
- PostCSS Selector Not
133134
- PostCSS Sign Functions
134135
- PostCSS Slow Plugins
135136
- PostCSS Stepped Value Functions
137+
- PostCSS Syntax Descriptor Syntax Production
136138
- PostCSS System Ui Font Family
137139
- PostCSS Text Decoration Shorthand
138140
- PostCSS Trigonometric Functions

.github/ISSUE_TEMPLATE/plugin-issue.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ body:
107107
- PostCSS Logical Overscroll Behavior
108108
- PostCSS Logical Resize
109109
- PostCSS Logical Viewport Units
110-
- PostCSS Media Queries Aspect-Ratio Number Values
111110
- PostCSS Media MinMax
111+
- PostCSS Media Queries Aspect-Ratio Number Values
112112
- PostCSS Minify
113113
- PostCSS Nested Calc
114114
- PostCSS Nesting
@@ -118,18 +118,20 @@ body:
118118
- PostCSS Place
119119
- PostCSS Position Area Property
120120
- PostCSS Progressive Custom Properties
121+
- PostCSS Property Rule Prelude List
121122
- PostCSS Pseudo Class Any Link
122123
- PostCSS Random Function
123124
- PostCSS Rebase URL
124-
- PostCSS Rewrite URL
125125
- PostCSS Rebeccapurple
126126
- PostCSS Relative Color Syntax
127127
- PostCSS Replace Overflow Wrap
128+
- PostCSS Rewrite URL
128129
- PostCSS Scope Pseudo Class
129130
- PostCSS Selector Not
130131
- PostCSS Sign Functions
131132
- PostCSS Slow Plugins
132133
- PostCSS Stepped Value Functions
134+
- PostCSS Syntax Descriptor Syntax Production
133135
- PostCSS System Ui Font Family
134136
- PostCSS Text Decoration Shorthand
135137
- PostCSS Trigonometric Functions

.github/labeler.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,12 @@
407407
- plugins/postcss-progressive-custom-properties/**
408408
- experimental/postcss-progressive-custom-properties/**
409409

410+
"plugins/postcss-property-rule-prelude-list":
411+
- changed-files:
412+
- any-glob-to-any-file:
413+
- plugins/postcss-property-rule-prelude-list/**
414+
- experimental/postcss-property-rule-prelude-list/**
415+
410416
"plugins/postcss-pseudo-class-any-link":
411417
- changed-files:
412418
- any-glob-to-any-file:
@@ -479,6 +485,12 @@
479485
- plugins/postcss-stepped-value-functions/**
480486
- experimental/postcss-stepped-value-functions/**
481487

488+
"plugins/syntax-descriptor-syntax-production":
489+
- changed-files:
490+
- any-glob-to-any-file:
491+
- plugins/postcss-syntax-descriptor-syntax-production/**
492+
- experimental/postcss-syntax-descriptor-syntax-production/**
493+
482494
"plugins/postcss-text-decoration-shorthand":
483495
- changed-files:
484496
- any-glob-to-any-file:

package-lock.json

Lines changed: 63 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
node_modules
2+
package-lock.json
3+
yarn.lock
4+
*.result.css
5+
*.result.css.map
6+
*.result.html
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v25.1.0
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changes to PostCSS Property Rule Prelude List
2+
3+
### Unreleased (major)
4+
5+
- Initial version

0 commit comments

Comments
 (0)