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 }