|  | %!s(int64=4) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| dist | %!s(int64=4) %!d(string=hai) anos | |
| src | %!s(int64=4) %!d(string=hai) anos | |
| README.md | %!s(int64=4) %!d(string=hai) anos | |
| autoprefixer.d.ts | %!s(int64=4) %!d(string=hai) anos | |
| package.json | %!s(int64=4) %!d(string=hai) anos | |
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);