@distributed/tailwindcss-hyphens
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

tailwindcss-hyphens

npm version npm downloads code style: prettier License: MIT

A plugin for Tailwind CSS to create utility classes for hyphens.

Installation

yarn add @distributed/tailwindcss-hyphens

Usage

tailwind.config.ts:

module.exports = {
  plugins: [
    require("@distributed/tailwindcss-hyphens")
  ]
};

Utilities

By default, this plugin generates the following utilities:

.hyphens-none {
  hyphens: none;
}

.hyphens-manual {
  hyphens: manual;
}

.hyphens-auto {
  hyphens: auto;
}

Notes

Plugin extracted from a private monorepo, README generated by ChatGPT 🤖

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @distributed/tailwindcss-hyphens

Weekly Downloads

7

Version

1.0.1

License

MIT

Unpacked Size

4.83 kB

Total Files

6

Last publish

Collaborators

  • gomah