@versini/ui-typography
v2.1.3
Published
INTERNAL USE ONLY - Minimal typography plugin for Tailwind CSS. Not intended for external use.
Readme
@versini/ui-typography
WARNING: INTERNAL USE ONLY
This package is intended for internal use within the
@versini/ui-componentsmonorepo only. It is not supported for external use. The API and behavior may change without notice. Do not depend on this package in your projects.
Overview
A minimal typography plugin for Tailwind CSS that provides plume styling utilities. This package is a lightweight alternative to @tailwindcss/typography, implementing only the subset of features used within the ui-components monorepo.
Features
.plume- Base typography class with CSS variable support.not-plume- Opt-out class to reset typography within plume containers- Element modifier variants:
plume-p:- Target paragraphsplume-blockquote:- Target blockquotesplume-ul:- Target unordered listsplume-ol:- Target ordered lists
Why This Package Exists
This package was created to:
- Reduce bundle size - Only includes typography styles actually used in the monorepo
- Remove external dependency - Eliminates the need for
@tailwindcss/typography - Simplify maintenance - Provides full control over typography styles
Internal Usage
This package is used internally by @versini/ui-styles and should not be imported directly.
// In @versini/ui-styles (internal only)
import { typographyPlugin } from "@versini/ui-typography";
export default {
plugins: [typographyPlugin],
};License
MIT
