Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use current version of inline-style-prefixer #396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 28, 2021

  1. Use current version of inline-style-prefixer

    This crosses the v5.0.0 version, which required some changes to the
    import paths. All tests still pass.
    
    It turns out crossing this threshold is important for us, because we
    depend on libraries that depend on post-5.0.0 versions of
    inline-style-prefixer, and the two versions are incompatible. Node
    resolves this by allowing multiple versions of a single package in
    the same project. But we're running this code in browsers, and we're
    constrained to using a bundler that also doesn't support multiple
    versions. So if we can bump this library to use a post-5.0.0
    version, all uses will be compatible.
    kyptin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    9babd6f View commit details
    Browse the repository at this point in the history