We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a1646 commit ca6c021Copy full SHA for ca6c021
2 files changed
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## 5.0
4
5
+### 5.1.1
6
+* added support for `span` values in grid properties ( [#186](https://github.com/rofrischmann/inline-style-prefixer/pull/186) )
7
+
8
### 5.1.0
9
* added a plugin that transforms grid properties ( [#174](https://github.com/rofrischmann/inline-style-prefixer/pull/174) )
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "inline-style-prefixer",
- "version": "5.1.0",
+ "version": "5.1.1",
"description": "Run-time Autoprefixer for JavaScript style objects",
"module": "es/index.js",
"jsnext:main": "es/index.js",
0 commit comments