UNPKG

jss-plugin-default-unit

Version:

JSS plugin that adds default custom unit to numeric values where needed

6 lines (3 loc) 153 B
import {Plugin} from 'jss' export type Options = {[key: string]: string} export default function jssPluginSyntaxDefaultUnit(options?: Options): Plugin