Skip to content

Commit a30ba37

Browse files
committed
postcss-browser-comments
1 parent ea0aa67 commit a30ba37

33 files changed

+1127
-530
lines changed

.github/ISSUE_TEMPLATE/css-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ body:
6969
- CSS Has Pseudo
7070
- CSS Prefers Color Scheme
7171
- PostCSS Attribute Case Insensitive
72+
- PostCSS Browser Comments
7273
- PostCSS Cascade Layers
7374
- PostCSS Color Function
7475
- PostCSS Color Functional Notation

.github/ISSUE_TEMPLATE/plugin-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ body:
6666
- CSS Has Pseudo
6767
- CSS Prefers Color Scheme
6868
- PostCSS Attribute Case Insensitive
69+
- PostCSS Browser Comments
6970
- PostCSS Cascade Layers
7071
- PostCSS Color Function
7172
- PostCSS Color Functional Notation

.github/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
- plugins/postcss-attribute-case-insensitive/**
7272
- experimental/postcss-attribute-case-insensitive/**
7373

74+
"plugins/postcss-browser-comments":
75+
- changed-files:
76+
- any-glob-to-any-file:
77+
- plugins/postcss-browser-comments/**
78+
- experimental/postcss-browser-comments/**
79+
7480
"plugins/postcss-cascade-layers":
7581
- changed-files:
7682
- any-glob-to-any-file:

package-lock.json

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

plugins/postcss-browser-comments/.editorconfig

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
node_modules
2-
index.cjs*
3-
index.mjs*
42
package-lock.json
53
yarn.lock
6-
*.log*
74
*.result.css
8-
.*
9-
!.editorconfig
10-
!.gitignore
11-
!.rollup.js
12-
!.tape.js
13-
!.travis.yml
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+
v20.2.0

plugins/postcss-browser-comments/.rollup.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

plugins/postcss-browser-comments/.tape.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

plugins/postcss-browser-comments/.travis.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)