JSPM

tailwindcss-writing-mode

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 138
  • Score
    100M100P100Q89710F
  • License MIT

Writing mode plugin for tailwindcss framework

Package Exports

  • tailwindcss-writing-mode

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tailwindcss-writing-mode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Writing mode Tailwind Plugin

Installation

Add this plugin to your project:

# Install via npm
npm install --save-dev tailwindcss-writing-mode

Usage

require('tailwindcss-writing-mode')({
    variants: ['responsive', 'hover']
})
.writing-mode-horizontal { writing-mode: horizontal-tb }
.writing-mode-vertical { writing-mode: vertical-lr }
.writing-mode-vertical-rl { writing-mode: vertical-rl }