JSPM

@deck9/tailwindcss-ghost-typography

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q29472F
  • License MIT

A Tailwind CSS plugin that adds styling for HTML elements served by the Ghost CMS

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