UNPKG

css-modular-type

Version:

A PostCSS and TailwindCSS plugin for generating modular type scales.

5 lines (4 loc) 161 B
import type { PluginCreator } from "postcss"; import { PostcssOpts } from "./types"; declare const plugin: PluginCreator<Partial<PostcssOpts>>; export = plugin;