JSPM

@distributed/tailwindcss-hyphens

1.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 13
    • Score
      100M100P100Q47847F
    • License MIT

    Package Exports

    • @distributed/tailwindcss-hyphens

    Readme

    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