0.1.1 • Published 2 years ago

@deck9/tailwindcss-ghost-typography v0.1.1

Weekly downloads
31
License
MIT
Repository
github
Last release
2 years ago

Tailwind Ghost Typography

This plugin provides additional prose-ghost classes which adds support for HTML generated by the Ghost CMS.

<article class="prose prose-ghost sm:prose-ghost-lg dark:prose-ghost-dark">
  {{ markdown }}
</article>

Installation

Install the plugin from npm:

# Using npm
npm install @deck9/tailwindcss-ghost-typography

# Using Yarn
yarn add @deck9/tailwindcss-ghost-typography