@pikacss/plugin-typography
v0.0.52
Published
Typography plugin for PikaCSS. Provides `prose` shortcuts for styling long-form content.
Maintainers
Readme
@pikacss/plugin-typography
Typography plugin for PikaCSS. Provides prose shortcuts for styling long-form content.
Installation
pnpm add -D @pikacss/plugin-typographyUsage
import { defineEngineConfig } from '@pikacss/core'
import { typography } from '@pikacss/plugin-typography'
export default defineEngineConfig({
plugins: [typography()],
})Then use in templates:
<article :class="pika('prose')">
<h1>Title</h1>
<p>Content with beautiful typography.</p>
</article>Documentation
See the full documentation.
License
MIT
