This adds support for expanding some flex values in https://github.com/rofrischmann/inline-style-prefixer/pull/166 and bumps the package to the latest version and adds a test to verify we're generating those values. We pull in a few other minor fixes from that project as well if you want to look at the changelog below.
It's worthwhile to note that the major version bump required a few other changes. Primarily, there is no dynamic prefixer any longer, and this project has used the static one all along, so mainly just paths needed to be updated.
The other change I needed was to remove the compatibility flag when generating the static data, although I'm not sure that wasn't due to our own tooling. The generated file now looks something like:
This adds support for expanding some flex values in https://github.com/rofrischmann/inline-style-prefixer/pull/166 and bumps the package to the latest version and adds a test to verify we're generating those values. We pull in a few other minor fixes from that project as well if you want to look at the changelog below.
It's worthwhile to note that the major version bump required a few other changes. Primarily, there is no dynamic prefixer any longer, and this project has used the static one all along, so mainly just paths needed to be updated.
The other change I needed was to remove the
compatibility
flag when generating the static data, although I'm not sure that wasn't due to our own tooling. The generated file now looks something like:Whereas with the compatibility flag it would of generated require statements that wouldn't of resolved without adding a
.default
to them.https://github.com/rofrischmann/inline-style-prefixer/blob/master/CHANGELOG.md#504