|  | před 4 roky | |
|---|---|---|
| .. | ||
| dist | před 4 roky | |
| src | před 4 roky | |
| README.md | před 4 roky | |
| autoprefixer.d.ts | před 4 roky | |
| package.json | před 4 roky | |
A css autoprefixer for 🥜goober using style-vendorizer.
npm install --save goober
This packages exports a prefix function that needs to be passed to goober's setup function like this:
import React from 'react';
import { setup } from 'goober';
import { prefix } from 'goober/prefixer';
// Setup goober for react with autoprefixer
setup(React.createElement, prefix);