File tree Expand file tree Collapse file tree 3 files changed +5
-16
lines changed
plugins/postcss-rebase-url 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 Rebase URL
22
3- ### Unreleased (major)
3+ ### 2.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 Rebase URL [ <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-rebase-url.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-rebase-url --save-dev
7- ```
3+ ` npm install @csstools/postcss-rebase-url --save-dev `
84
95[ PostCSS Rebase URL] rebases ` url() ` functions when transforming CSS.
106
@@ -54,16 +50,7 @@ postcss([
5450]).process (YOUR_CSS /* , processOptions */ );
5551```
5652
57- [ PostCSS Rebase URL] runs in all Node environments, with special
58- instructions for:
5953
60- - [ Node] ( INSTALL.md#node )
61- - [ PostCSS CLI] ( INSTALL.md#postcss-cli )
62- - [ PostCSS Load Config] ( INSTALL.md#postcss-load-config )
63- - [ Webpack] ( INSTALL.md#webpack )
64- - [ Next.js] ( INSTALL.md#nextjs )
65- - [ Gulp] ( INSTALL.md#gulp )
66- - [ Grunt] ( INSTALL.md#grunt )
6754
6855[ cli-url ] : https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test
6956
Original file line number Diff line number Diff line change 11{
22 "name" : " @csstools/postcss-rebase-url" ,
33 "description" : " Rebase url() functions when transforming CSS" ,
4- "version" : " 1 .0.11 " ,
4+ "version" : " 2 .0.0 " ,
55 "contributors" : [
66 {
77 "name" : " Antonio Laguna" ,
You can’t perform that action at this time.
0 commit comments