Skip to content

Commit e0c4e8f

Browse files
authored
Merge pull request #1749 from fabercancio/replace_two_unmaintained_plugins
Replace two unmaintained plugins on README
2 parents b7d1836 + 4395bd3 commit e0c4e8f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If you have any new ideas, [PostCSS plugin development] is really easy.
9797

9898
### Images and Fonts
9999

100-
* [`postcss-assets`] inserts image dimensions and inlines files.
100+
* [`postcss-url`] postcss plugin to rebase url(), inline or copy asset.
101101
* [`postcss-sprites`] generates image sprites.
102102
* [`font-magician`] generates all the `@font-face` rules needed in CSS.
103103
* [`postcss-inline-svg`] allows you to inline SVG and customize its styles.
@@ -116,7 +116,6 @@ If you have any new ideas, [PostCSS plugin development] is really easy.
116116

117117
### Other
118118

119-
* [`postcss-rtl`] combines both-directional (left-to-right and right-to-left) styles in one CSS file.
120119
* [`cssnano`] is a modular CSS minifier.
121120
* [`lost`] is a feature-rich `calc()` grid system.
122121
* [`rtlcss`] mirrors styles for right-to-left locales.
@@ -132,11 +131,10 @@ If you have any new ideas, [PostCSS plugin development] is really easy.
132131
[`postcss-sprites`]: https://github.com/2createStudio/postcss-sprites
133132
[`postcss-modules`]: https://github.com/outpunk/postcss-modules
134133
[`postcss-sorting`]: https://github.com/hudochenkov/postcss-sorting
135-
[`postcss-assets`]: https://github.com/assetsjs/postcss-assets
136134
[`font-magician`]: https://github.com/jonathantneal/postcss-font-magician
137135
[`autoprefixer`]: https://github.com/postcss/autoprefixer
138136
[`cq-prolyfill`]: https://github.com/ausi/cq-prolyfill
139-
[`postcss-rtl`]: https://github.com/vkalinichev/postcss-rtl
137+
[`postcss-url`]: https://github.com/postcss/postcss-url
140138
[`postcss-use`]: https://github.com/postcss/postcss-use
141139
[`css-modules`]: https://github.com/css-modules/css-modules
142140
[`webp-in-css`]: https://github.com/ai/webp-in-css

0 commit comments

Comments
 (0)