@@ -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