UNPKG

tailwindcss-fluid-typography

Version:

A fluid typography plugin for Tailwind CSS with support for font-size, line-height and letter-spacing properties.

6 lines (5 loc) 164 B
export * from "./consts"; import { FluidTypographyPlugin } from "./plugin"; export * from "./types"; export * from "./utils"; export default FluidTypographyPlugin;