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
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/css-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ body:
- CSS Blank Pseudo
- CSS Has Pseudo
- CSS Prefers Color Scheme
- PostCSS Alpha Function
- PostCSS Attribute Case Insensitive
- PostCSS Browser Comments
- PostCSS Cascade Layers
- PostCSS Color Function
- PostCSS Color Function Display P3 Linear
- PostCSS Color Functional Notation
- PostCSS Color Hex Alpha
- PostCSS Color Mix Function
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/plugin-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,12 @@ body:
- CSS Blank Pseudo
- CSS Has Pseudo
- CSS Prefers Color Scheme
- PostCSS Alpha Function
- PostCSS Attribute Case Insensitive
- PostCSS Browser Comments
- PostCSS Cascade Layers
- PostCSS Color Function
- PostCSS Color Function Display P3 Linear
- PostCSS Color Functional Notation
- PostCSS Color Hex Alpha
- PostCSS Color Mix Function
Expand Down
12 changes: 12 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
- plugins/css-prefers-color-scheme/**
- experimental/css-prefers-color-scheme/**

"plugins/postcss-alpha-function":
- changed-files:
- any-glob-to-any-file:
- plugins/postcss-alpha-function/**
- experimental/postcss-alpha-function/**

"plugins/postcss-attribute-case-insensitive":
- changed-files:
- any-glob-to-any-file:
Expand All @@ -95,6 +101,12 @@
- plugins/postcss-color-function/**
- experimental/postcss-color-function/**

"plugins/postcss-color-function-display-p3-linear":
- changed-files:
- any-glob-to-any-file:
- plugins/postcss-color-function-display-p3-linear/**
- experimental/postcss-color-function-display-p3-linear/**

"plugins/postcss-color-functional-notation":
- changed-files:
- any-glob-to-any-file:
Expand Down
Loading
Loading