# rtlcss

> Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)

Latest version **4.3.0** (published 2024-08-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install rtlcss
pnpm add rtlcss
yarn add rtlcss
bun add rtlcss
```

Provides the command `rtlcss`.

## Health

**Score 23/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.3.0 |
| Published | 2024-08-27 |
| First published | 2014-03-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/rtlcss) |
| Module format | CommonJS |
| Node | >=12.0.0 |
| Dependencies | 4 |
| Unpacked size | 61.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1705 |
| Author | Mohammad Younes |
| Maintainers | myounes |
| Keywords | rtl, css, ltr, rtlcss, framework, style, mirror, flip, convert, transform |

## Links

- npm: https://www.npmjs.com/package/rtlcss
- Repository: https://github.com/MohammadYounes/rtlcss
- Homepage: https://rtlcss.com/
- Issues: https://github.com/MohammadYounes/rtlcss/issues
- npm.io page: https://npm.io/package/rtlcss

## Dependencies (4)

- [postcss](https://npm.io/package/postcss.md) ^8.4.21
- [escalade](https://npm.io/package/escalade.md) ^3.1.1
- [picocolors](https://npm.io/package/picocolors.md) ^1.0.0
- [strip-json-comments](https://npm.io/package/strip-json-comments.md) ^3.1.1

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 4.3.0 (latest) — 2024-08-27
- 1.7.4 (old-version) — 2016-02-23
- 4.2.0 — 2024-07-24
- 4.1.1 — 2023-09-18
- 4.1.0 — 2023-04-11
- 4.0.0 — 2022-08-09
- 3.5.0 — 2021-11-02
- 3.4.0 — 2021-10-18
- 3.3.0 — 2021-07-08
- 3.2.1 — 2021-06-22
- 3.2.0 — 2021-05-23
- 3.1.2 — 2021-02-04
- 3.1.1 — 2021-02-02
- 3.1.0 — 2021-01-30
- 3.0.0 — 2020-12-10
- … 52 more at https://npm.io/package/rtlcss/versions

## README

# RTLCSS

[![Join the chat at https://gitter.im/MohammadYounes/rtlcss](https://img.shields.io/gitter/room/MohammadYounes/rtlcss?color=%2340aa8b)](https://gitter.im/MohammadYounes/rtlcss)

<img src="https://github.com/MohammadYounes/rtlcss/blob/master/.github/logo.svg" alt="" align="right" width="100" height="100" title="RTLCSS">

[![GitHub version](https://img.shields.io/github/v/tag/MohammadYounes/rtlcss)](https://github.com/MohammadYounes/rtlcss/releases)
[![npm version](https://img.shields.io/npm/v/rtlcss)](https://www.npmjs.com/package/rtlcss)
[![CI Status](https://img.shields.io/github/actions/workflow/status/MohammadYounes/rtlcss/ci.yml?branch=master&label=CI)](https://github.com/MohammadYounes/rtlcss/actions/workflows/ci.yml?query=branch%3Amaster)

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-blue)](https://standardjs.com/)
[![editor](https://img.shields.io/badge/editor-vscode-blue)](https://code.visualstudio.com/)
[![Twitter](https://img.shields.io/badge/follow-%40rtlcss-blue)](https://twitter.com/rtlcss)

RTLCSS is a framework for converting Left-To-Right (LTR) Cascading Style Sheets(CSS) to Right-To-Left (RTL).

## Documentation

Visit <https://rtlcss.com/learn/>

## Playground

Visit <https://rtlcss.com/playground/>

## Bugs and Issues

Have a bug or a feature request? please feel free to [open a new issue](https://github.com/MohammadYounes/rtlcss/issues/new).

## Release Notes

To view changes in recent versions, see the [CHANGELOG](CHANGELOG.md).

## Support

RTLCSS is saving you and your team a tremendous amount of time and effort? [Buy Me a Coffee ☕](https://www.paypal.me/MohammadYounes)

---
_Source: https://npm.io/package/rtlcss · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
