Nikolay Suslov 69cdc31168 add new libs | há 3 anos atrás | |
---|---|---|
.. | ||
dist | há 3 anos atrás | |
src | há 3 anos atrás | |
README.md | há 3 anos atrás | |
autoprefixer.d.ts | há 3 anos atrás | |
package.json | há 3 anos atrás |
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);