UNPKG

goober-autoprefixer

Version:

A css autoprefixer for [🥜goober](https://github.com/cristianbote/goober) using [style-vendorizer](https://github.com/kripod/style-vendorizer).

8 lines (5 loc) • 146 B
export = autoprefixer; export as namespace autoprefixer; declare namespace autoprefixer { function prefix(key: string, val: any): string; }