We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf4c64 commit c2e5d50Copy full SHA for c2e5d50
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 2.0.1 - 2015-01-31
2
+
3
+- Fixed: url with hashes are ignored for inline mode only ([#23](https://github.com/postcss/postcss-url/pull/23))
4
5
# 2.0.0 - 2015-01-26
6
7
- Added: compatibility with postcss v4.x
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-url",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "PostCSS plugin to rebase or inline on url().",
"keywords": [
"css",
0 commit comments