Skip to content

Commit

Permalink
postcss-browser-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed May 12, 2024
1 parent ea0aa67 commit a30ba37
Show file tree
Hide file tree
Showing 33 changed files with 1,127 additions and 530 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/css-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ body:
- CSS Has Pseudo
- CSS Prefers Color Scheme
- PostCSS Attribute Case Insensitive
- PostCSS Browser Comments
- PostCSS Cascade Layers
- PostCSS Color Function
- PostCSS Color Functional Notation
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/plugin-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ body:
- CSS Has Pseudo
- CSS Prefers Color Scheme
- PostCSS Attribute Case Insensitive
- PostCSS Browser Comments
- PostCSS Cascade Layers
- PostCSS Color Function
- PostCSS Color Functional Notation
Expand Down
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
- plugins/postcss-attribute-case-insensitive/**
- experimental/postcss-attribute-case-insensitive/**

"plugins/postcss-browser-comments":
- changed-files:
- any-glob-to-any-file:
- plugins/postcss-browser-comments/**
- experimental/postcss-browser-comments/**

"plugins/postcss-cascade-layers":
- changed-files:
- any-glob-to-any-file:
Expand Down
29 changes: 29 additions & 0 deletions package-lock.json

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

15 changes: 0 additions & 15 deletions plugins/postcss-browser-comments/.editorconfig

This file was deleted.

11 changes: 2 additions & 9 deletions plugins/postcss-browser-comments/.gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
node_modules
index.cjs*
index.mjs*
package-lock.json
yarn.lock
*.log*
*.result.css
.*
!.editorconfig
!.gitignore
!.rollup.js
!.tape.js
!.travis.yml
*.result.css.map
*.result.html
1 change: 1 addition & 0 deletions plugins/postcss-browser-comments/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.2.0
16 changes: 0 additions & 16 deletions plugins/postcss-browser-comments/.rollup.js

This file was deleted.

5 changes: 0 additions & 5 deletions plugins/postcss-browser-comments/.tape.js

This file was deleted.

6 changes: 0 additions & 6 deletions plugins/postcss-browser-comments/.travis.yml

This file was deleted.

21 changes: 17 additions & 4 deletions plugins/postcss-browser-comments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
# Changes to PostCSS Browser Comments

### 4.0.0 (April 28, 2021)
### Unreleased (major)

- Change license to `MIT-0` ([read more about this change in the blog post](https://preset-env.cssdb.org/blog/license-change/))
- Updated: Node 14+ compatibility (major)

### 4.0.0

_April 28, 2021_

- Updated: PostCSS 8 compatibility (major)

### 3.0.0 (May 24, 2019)
### 3.0.0

_May 24, 2019_

- Updated: Node 8+ compatibility (major)

### 2.0.0 (September 6, 2018)
### 2.0.0

_September 6, 2018_

- Update to PostCSS 7.0.2 (major)
- Update to browserslist 4.1.1 (major)

### 1.0.0 (June 15, 2018)
### 1.0.0

_June 15, 2018_

- Initial version
65 changes: 0 additions & 65 deletions plugins/postcss-browser-comments/CONTRIBUTING.md

This file was deleted.

0 comments on commit a30ba37

Please sign in to comment.