File tree 3 files changed +5
-16
lines changed 3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Changes to PostCSS Minify
2
2
3
- ### Unreleased (major)
3
+ ### 2.0.0
4
+
5
+ _ August 3, 2024_
4
6
5
7
- Updated: Support for Node v18+ (major).
6
8
- Updated [ ` @csstools/css-tokenizer ` ] ( https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer ) to [ ` 3.0.0 ` ] ( https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#300 ) (major)
Original file line number Diff line number Diff line change 1
1
# PostCSS Minify [ <img src =" https://postcss.github.io/postcss/logo.svg " alt =" PostCSS Logo " width =" 90 " height =" 90 " align =" right " >] [ PostCSS ]
2
2
3
- [ <img alt =" npm version " src =" https://img.shields.io/npm/v/@csstools/postcss-minify.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 @csstools/postcss-minify --save-dev
7
- ```
3
+ ` npm install @csstools/postcss-minify --save-dev `
8
4
9
5
[ PostCSS Minify] is a very basic CSS minifier.
10
6
@@ -87,16 +83,7 @@ postcss([
87
83
]).process (YOUR_CSS /* , processOptions */ );
88
84
```
89
85
90
- [ PostCSS Minify] runs in all Node environments, with special
91
- instructions for:
92
86
93
- - [ Node] ( INSTALL.md#node )
94
- - [ PostCSS CLI] ( INSTALL.md#postcss-cli )
95
- - [ PostCSS Load Config] ( INSTALL.md#postcss-load-config )
96
- - [ Webpack] ( INSTALL.md#webpack )
97
- - [ Next.js] ( INSTALL.md#nextjs )
98
- - [ Gulp] ( INSTALL.md#gulp )
99
- - [ Grunt] ( INSTALL.md#grunt )
100
87
101
88
[ cli-url ] : https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test
102
89
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @csstools/postcss-minify" ,
3
3
"description" : " A very basic CSS minifier" ,
4
- "version" : " 1.1.5 " ,
4
+ "version" : " 2.0.0 " ,
5
5
"contributors" : [
6
6
{
7
7
"name" : " Antonio Laguna" ,
You can’t perform that action at this time.
0 commit comments