Nikolay Suslov 69cdc31168 add new libs | il y a 3 ans | |
---|---|---|
.. | ||
dist | il y a 3 ans | |
src | il y a 3 ans | |
README.md | il y a 3 ans | |
autoprefixer.d.ts | il y a 3 ans | |
package.json | il y a 3 ans |
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);