Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/css-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ body:
- PostCSS Logical Overscroll Behavior
- PostCSS Logical Resize
- PostCSS Logical Viewport Units
- PostCSS Media Queries Aspect-Ratio Number Values
- PostCSS Media MinMax
- PostCSS Media Queries Aspect-Ratio Number Values
- PostCSS Minify
- PostCSS Nested Calc
- PostCSS Nesting
Expand All @@ -121,18 +121,20 @@ body:
- PostCSS Place
- PostCSS Position Area Property
- PostCSS Progressive Custom Properties
- PostCSS Property Rule Prelude List
- PostCSS Pseudo Class Any Link
- PostCSS Random Function
- PostCSS Rebase URL
- PostCSS Rewrite URL
- PostCSS Rebeccapurple
- PostCSS Relative Color Syntax
- PostCSS Replace Overflow Wrap
- PostCSS Rewrite URL
- PostCSS Scope Pseudo Class
- PostCSS Selector Not
- PostCSS Sign Functions
- PostCSS Slow Plugins
- PostCSS Stepped Value Functions
- PostCSS Syntax Descriptor Syntax Production
- PostCSS System Ui Font Family
- PostCSS Text Decoration Shorthand
- PostCSS Trigonometric Functions
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/plugin-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ body:
- PostCSS Logical Overscroll Behavior
- PostCSS Logical Resize
- PostCSS Logical Viewport Units
- PostCSS Media Queries Aspect-Ratio Number Values
- PostCSS Media MinMax
- PostCSS Media Queries Aspect-Ratio Number Values
- PostCSS Minify
- PostCSS Nested Calc
- PostCSS Nesting
Expand All @@ -118,18 +118,20 @@ body:
- PostCSS Place
- PostCSS Position Area Property
- PostCSS Progressive Custom Properties
- PostCSS Property Rule Prelude List
- PostCSS Pseudo Class Any Link
- PostCSS Random Function
- PostCSS Rebase URL
- PostCSS Rewrite URL
- PostCSS Rebeccapurple
- PostCSS Relative Color Syntax
- PostCSS Replace Overflow Wrap
- PostCSS Rewrite URL
- PostCSS Scope Pseudo Class
- PostCSS Selector Not
- PostCSS Sign Functions
- PostCSS Slow Plugins
- PostCSS Stepped Value Functions
- PostCSS Syntax Descriptor Syntax Production
- PostCSS System Ui Font Family
- PostCSS Text Decoration Shorthand
- PostCSS Trigonometric Functions
Expand Down
12 changes: 12 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,12 @@
- plugins/postcss-progressive-custom-properties/**
- experimental/postcss-progressive-custom-properties/**

"plugins/postcss-property-rule-prelude-list":
- changed-files:
- any-glob-to-any-file:
- plugins/postcss-property-rule-prelude-list/**
- experimental/postcss-property-rule-prelude-list/**

"plugins/postcss-pseudo-class-any-link":
- changed-files:
- any-glob-to-any-file:
Expand Down Expand Up @@ -479,6 +485,12 @@
- plugins/postcss-stepped-value-functions/**
- experimental/postcss-stepped-value-functions/**

"plugins/syntax-descriptor-syntax-production":
- changed-files:
- any-glob-to-any-file:
- plugins/postcss-syntax-descriptor-syntax-production/**
- experimental/postcss-syntax-descriptor-syntax-production/**

"plugins/postcss-text-decoration-shorthand":
- changed-files:
- any-glob-to-any-file:
Expand Down
63 changes: 63 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions plugins/postcss-property-rule-prelude-list/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
package-lock.json
yarn.lock
*.result.css
*.result.css.map
*.result.html
1 change: 1 addition & 0 deletions plugins/postcss-property-rule-prelude-list/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v25.1.0
5 changes: 5 additions & 0 deletions plugins/postcss-property-rule-prelude-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changes to PostCSS Property Rule Prelude List

### Unreleased (major)

- Initial version
Loading