browser-vendor-prefix

2.2.0 • Public • Published

browser-vendor-prefix

Build Status

Browser vendor prefixes exported as JSON objects.

It will provide sensible defaults for browsers that are lacking unprefixed styles. It's based on autoprefix's output and it works great with spread operators.

import { alignItemsCenter, flexDirectionRow } from 'browser-vendor-prefix';
 
const style = {
  ...alignItemsCenter,
  ...flexDirectionRow,
  marginTop: 10
};

MIT license.

Made with <3 by UXtemple.

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i browser-vendor-prefix

    Weekly Downloads

    3

    Version

    2.2.0

    License

    MIT

    Last publish

    Collaborators

    • dariocravero