Skip to content

This is a TailwindCSS plugin that adds a prose-ghost class to render HTML specific to Ghost CMS

Notifications You must be signed in to change notification settings

deck9/tailwindcss-ghost-typography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a TailwindCSS plugin that adds a prose-ghost class to render HTML specific to Ghost CMS

Topics

Resources

Stars

Watchers

Forks