Skip to content

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

License

Notifications You must be signed in to change notification settings

distributedvc/tailwindcss-hyphens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages