|
|
4 anni fa | |
|---|---|---|
| .. | ||
| dist | 4 anni fa | |
| src | 4 anni fa | |
| README.md | 4 anni fa | |
| autoprefixer.d.ts | 4 anni fa | |
| package.json | 4 anni fa | |
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);