Package Exports
- @deck9/tailwindcss-ghost-typography
- @deck9/tailwindcss-ghost-typography/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@deck9/tailwindcss-ghost-typography) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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