File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
106comments 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments