We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bedd5 commit 67cc9c9Copy full SHA for 67cc9c9
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 1.2.0 - 2015-08-13
2
+
3
+- Added: compatibility with postcss v4.1.x
4
+([#5](https://github.com/postcss/postcss-font-variant/pull/5))
5
6
# 1.1.0 - 2015-01-29
7
8
- Fixed: Properly handle font-variant-position:normal ([#3](https://github.com/postcss/postcss-font-variant/pull/3))
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-font-variant",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings)",
"keywords": [
"css",
0 commit comments