UNPKG

css-modular-type

Version:

A PostCSS and TailwindCSS plugin for generating modular type scales.

4 lines (3 loc) 150 B
import { GeneratorOpts } from "./types"; declare const generateFontScales: (opts: GeneratorOpts) => Map<string, string>; export = generateFontScales;