Skip to main content
Module

x/goober/prefixer/autoprefixer.d.ts

πŸ₯œ goober, a less than 1KB πŸŽ‰ css-in-js alternative with a familiar API
Go to Latest
File
export = autoprefixer;
export as namespace autoprefixer;
declare namespace autoprefixer { function prefix(key: string, val: any): string;}