1.0.1 • Published 1 year ago

@distributed/tailwindcss-hyphens v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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 :robot:

License

MIT

1.0.1

1 year ago

1.0.0

1 year ago