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 d8e73bd commit d864dd0Copy full SHA for d864dd0
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 2.0.0 - 2015-09-08
2
+
3
+- Added: compatibility with postcss v5.x
4
+- Removed: compatiblity with postcss v4.x
5
6
# 1.2.0 - 2015-08-13
7
8
- Added: compatibility with postcss v4.1.x
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-font-variant",
- "version": "1.2.0",
+ "version": "2.0.0",
"description": "PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings)",
"keywords": [
"css",
@@ -17,8 +17,6 @@
17
"url": "https://github.com/postcss/postcss-font-variant.git"
18
},
19
"files": [
20
- "CHANGELOG.md",
21
- "LICENSE",
22
"index.js"
23
],
24
"dependencies": {
0 commit comments