We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68927c6 commit ea4f4e4Copy full SHA for ea4f4e4
2 files changed
README.md
@@ -105,6 +105,8 @@ Attention!!! imagemagic must compile with webp support
105
106
### Changelog
107
- future - convert inline base64 images with imagemagic or cwebp
108
+- 0.0.11 - add support of border-image, update deps
109
+- 0.0.10 - update deps
110
- 0.0.9 - update postcss to 2.2.6
111
- 0.0.8 - fix bug with using @media-queryes and @support statement
112
- 0.0.7 - fix bug with multiple selectors
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webpcss",
3
- "version": "0.0.10",
+ "version": "0.0.11",
4
"description": "postcss processor for prepare css to use webp images",
5
"main": "index.js",
6
"repository": "lexich/webpcss",
0 commit comments