1.0.0 • Published 6 years ago

tailwindcss-writing-mode v1.0.0

Weekly downloads
71
License
MIT
Repository
github
Last release
6 years ago

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 }
1.0.0

6 years ago