tailwind-highlight
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

tailwind-highlight

This is a plugin that adds code highlighting to @tailwindcss/typography.

Install

npm install -D tailwind-highlight

Then add the plugin to your tailwind.config.js file:

/** @type {import('tailwindcss').Config} */
module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('@tailwindcss/typography'),
    require('tailwind-highlight')
    // ...
  ],
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.03latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.03

Package Sidebar

Install

npm i tailwind-highlight

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

12 kB

Total Files

10

Last publish

Collaborators

  • lianwenwu