UNPKG

postcss-px-morph

Version:

A flexible PostCSS plugin to transform px to rem, vw, or a hybrid of both, with advanced configuration.

4 lines (3 loc) 199 B
import { PxMorphOptions } from '../types'; export declare const defaultOptions: Required<PxMorphOptions>; export declare const validateOptions: (options: PxMorphOptions) => Required<PxMorphOptions>;