UNPKG

@rohitkr/jss-plugin-default-unit

Version:

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

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