File tree Expand file tree Collapse file tree 3 files changed +5
-16
lines changed
plugins/postcss-logical-viewport-units Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 11# Changes to PostCSS Logical Viewport Units
22
3- ### Unreleased (major)
3+ ### 3.0.0
4+
5+ _ August 3, 2024_
46
57- Updated: Support for Node v18+ (major).
68- 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 11# PostCSS Logical Viewport Units [ <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/@csstools/postcss-logical-viewport-units.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 ] <br ><br >[ <img alt =" Baseline Status " src =" https://cssdb.org/images/badges-baseline/logical-viewport-units.svg " height =" 20 " >] [ css-url ] [ <img alt =" CSS Standard Status " src =" https://cssdb.org/images/badges/logical-viewport-units.svg " height =" 20 " >] [ css-url ]
4-
5- ``` bash
6- npm install @csstools/postcss-logical-viewport-units --save-dev
7- ```
3+ ` npm install @csstools/postcss-logical-viewport-units --save-dev `
84
95[ PostCSS Logical Viewport Units] lets you easily use ` vb ` and ` vi ` length units following the [ CSS-Values-4 Specification] .
106
@@ -40,16 +36,7 @@ postcss([
4036]).process (YOUR_CSS /* , processOptions */ );
4137```
4238
43- [ PostCSS Logical Viewport Units] runs in all Node environments, with special
44- instructions for:
4539
46- - [ Node] ( INSTALL.md#node )
47- - [ PostCSS CLI] ( INSTALL.md#postcss-cli )
48- - [ PostCSS Load Config] ( INSTALL.md#postcss-load-config )
49- - [ Webpack] ( INSTALL.md#webpack )
50- - [ Next.js] ( INSTALL.md#nextjs )
51- - [ Gulp] ( INSTALL.md#gulp )
52- - [ Grunt] ( INSTALL.md#grunt )
5340
5441## Options
5542
Original file line number Diff line number Diff line change 11{
22 "name" : " @csstools/postcss-logical-viewport-units" ,
33 "description" : " Use vb and vi length units in CSS" ,
4- "version" : " 2 .0.11 " ,
4+ "version" : " 3 .0.0 " ,
55 "contributors" : [
66 {
77 "name" : " Antonio Laguna" ,
You can’t perform that action at this time.
0 commit comments