UNPKG

tpa-style-webpack-plugin

Version:

A Webpack plugin that handles wix tpa styles, it separates static css file that injects dynamic style at runtime.

4 lines (3 loc) 196 B
import { Declaration } from 'postcss'; export declare function directionReplacer(decl: Declaration): Declaration; export declare function underlineFontHackSupport(decl: Declaration): Declaration;