Skip to content

Commit

Permalink
Merge pull request #1867 from strarsis/add-postcss-baseurl-plugin
Browse files Browse the repository at this point in the history
Add `postcss-urlrebase` plugin to plugins page
  • Loading branch information
ai committed Aug 9, 2023
2 parents 200256c + 510d0a5 commit a0a82d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ loosely resembles the original.
* [`postcss-unicode-characters`] makes it easier to write `unicode-range`
descriptors.
* [`postcss-url`] rebases or inlines `url()`s.
* [`postcss-urlrebase`] rebases `url()`s to a given root URL.
* [`postcss-urlrev`] adds MD5 hash strings to `url()`s.
* [`postcss-write-svg`] write inline SVGs in CSS.
* [`postcss-inline-svg`] inline SVG images and customize their styles.
Expand Down Expand Up @@ -835,6 +836,7 @@ See also plugins in modular minifier [`cssnano`].
[`postcss-nested`]: https://github.com/postcss/postcss-nested
[`postcss-rtlcss`]: https://github.com/elchininet/postcss-rtlcss
[`postcss-select`]: https://github.com/johnotander/postcss-select
[`postcss-urlrebase`]: https://github.com/strarsis/postcss-urlrebase
[`postcss-urlrev`]: https://github.com/yuezk/postcss-urlrev
[`postcss-zindex`]: https://github.com/ben-eb/postcss-zindex
[`list-selectors`]: https://github.com/davidtheclark/list-selectors
Expand Down

0 comments on commit a0a82d3

Please sign in to comment.