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')
    // ...
  ],
}

Package Sidebar

Install

npm i tailwind-highlight

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

12 kB

Total Files

10

Last publish

Collaborators

  • lianwenwu