@distributed/tailwindcss-hyphens
v1.0.1
Published
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![code style: prettier](https://img.shields.io/badge/code_style-prettier-1a2b34.svg?style=flat-square)](https://prettier.io) [![License: MIT](ht
Downloads
58
Readme
tailwindcss-hyphens
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: