Skip to content

Commit ce6eedd

Browse files
committed
postcss-browser-comments v6.0.0
1 parent 8636ded commit ce6eedd

3 files changed

Lines changed: 5 additions & 16 deletions

File tree

plugins/postcss-browser-comments/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to PostCSS Browser Comments
22

3-
### Unreleased (major)
3+
### 6.0.0
4+
5+
_August 3, 2024_
46

57
- Updated: Support for Node v18+ (major).
68

plugins/postcss-browser-comments/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# PostCSS Browser Comments [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]
22

3-
[<img alt="npm version" src="https://img.shields.io/npm/v/postcss-browser-comments.svg" height="20">][npm-url] [<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url] [<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]
4-
5-
```bash
6-
npm install postcss-browser-comments --save-dev
7-
```
3+
`npm install postcss-browser-comments --save-dev`
84

95
[PostCSS Browser Comments] lets you keep only the CSS you need based on
106
comments and your [browserslist](https://github.com/browserslist/browserslist).
@@ -77,16 +73,7 @@ postcss([
7773
]).process(YOUR_CSS /*, processOptions */);
7874
```
7975

80-
[PostCSS Browser Comments] runs in all Node environments, with special
81-
instructions for:
8276

83-
- [Node](INSTALL.md#node)
84-
- [PostCSS CLI](INSTALL.md#postcss-cli)
85-
- [PostCSS Load Config](INSTALL.md#postcss-load-config)
86-
- [Webpack](INSTALL.md#webpack)
87-
- [Next.js](INSTALL.md#nextjs)
88-
- [Gulp](INSTALL.md#gulp)
89-
- [Grunt](INSTALL.md#grunt)
9077

9178
## Options
9279

plugins/postcss-browser-comments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-browser-comments",
33
"description": "Keep only the CSS you need based on comments and your browserslist",
4-
"version": "5.0.0",
4+
"version": "6.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)