rtlcss icon indicating copy to clipboard operation
rtlcss copied to clipboard

Framework for transforming Cascading Style Sheets (CSS) from Left-To-Right (LTR) to Right-To-Left (RTL)

Results 21 rtlcss issues
Sort by recently updated
recently updated
newest added

ممكن شرح على اليوتيوب لطريقة التثبيت لو سمحت

help needed

Please someone explain to me that if we use the solution that Bootstrap explained in [documentation](https://getbootstrap.com/docs/5.0/getting-started/rtl/#ltr-and-rtl-at-the-same-time) to use RTL and LTR at the same time, is it supposed to generate...

This rtlcss package how to use in Laravel vite.config.js, have you any suggestion ?? or demo code for that

## Setup Given the following little program: ```js const postcss = require('postcss'); const rtlcss = require('rtlcss'); const plugin = { postcssPlugin: 'make-declarations-important', Declaration(decl) { if (decl.important) return; decl.important = true;...

Currently if you enable the `processUrls` option, RTLCSS will apply its string map even to `data:` URLs. This will typically corrupt the URL contents, especially for base64-encoded URLs (which contain...

enhancement

The [`src()`](https://www.w3.org/TR/css-values-4/#funcdef-src) function defined by CSS Values and Units 4 provides an alternative, easier-to-parse syntax that's semantically equivalent to `url()` and usable in all the same places. It would be...

enhancement

Currently, if `"processUrls"` is set to `true`, the string map will apply to _any_ parenthesized expression in an at-rule. For example: ```css /*rtl:options:{ "stringMap": [ { "name" : "ltr-rtl", "priority":...

enhancement

Hi How can I install and use RTLCSS with codeigniter project?

Seems that it also change class names that have the word "left" like .read-more-left a { color: $color__yellow_orange; } that becomes: .read-more-right a { color: #FC9300; } How can we...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies
javascript