0.2.1 • Published 3 years ago

@devmoath/tailwindcss-typography-rtl v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@devmoath/tailwindcss-typography-rtl Node.js Package npm

Add RTL support for tailwindcss-typography plugin

Problem description

if you are using tailwindcss-typography for RTL languages you will see the list point and blockquote border in the wrong direction (see the picture)

before

after using the plugin this issue should be fixed

after

Installation

Install the plugin from npm:

# Using npm
npm install @devmoath/tailwindcss-typography-rtl

# Using Yarn
yarn add @devmoath/tailwindcss-typography-rtl

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
    theme: {
        // ...
    },
    plugins: [
        require('@tailwindcss/typography'),
        require('@devmoath/tailwindcss-typography-rtl'),
        // ...
    ],
};

Usage

see the tailwindcss-typography usage

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago