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 ac2f724 commit 0226c44Copy full SHA for 0226c44
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 4.0.1 - 2020-10-28
2
+
3
+- Fixed: Incorrect conversion of small-caps ([#15](https://github.com/postcss/postcss-font-variant/pull/15))
4
5
# 4.0.0 - 2018-09-17
6
7
- Changed: use PostCSS 7 API
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-font-variant",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings)",
"keywords": [
"css",
0 commit comments