0.0.9 • Published 1 year ago

stylis-prefixer v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

stylis-prefixer

  • custom prefixer for Emotion

Prefixer

  • mask-composite for webkit

Installation

$ npm i stylis-prefixer

Usage

import { CacheProvider } from "@emotion/react";
import prefixer from "stylis-prefixer";

export const prefixCache = createCache({
  key: "prefix",
  stylisPlugins: [prefixer],
});

function App() {
  return (
    <div className="App">
      <CacheProvider value={prefixCache}>
        <div>...children</div>
      </CacheProvider>
    </div>
  );
}
0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago