postcss-rtlcss icon indicating copy to clipboard operation
postcss-rtlcss copied to clipboard

PostCSS plugin to automatically build Cascading Style Sheets (CSS) with Left-To-Right (LTR) and Right-To-Left (RTL) rules using RTLCSS

Results 8 postcss-rtlcss issues
Sort by recently updated
recently updated
newest added

Hello, this is not an issue, it's a question, how can I use postcss-rtlcss with Vite and laravel vite plugin? any help or links appreciated

This pull request separates the snapshots in different files using [jest-specific-snapshot](https://github.com/igor-dv/jest-specific-snapshot).

Configuration

This pull request separates the snapshots in different files using [jest-specific-snapshot](https://github.com/igor-dv/jest-specific-snapshot).

Configuration

Bumps the dependencies-dev group in /playground with 10 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.3` | `7.24.4` |...

playground
dependencies

Bumps the dependencies-dev group with 7 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.12.5` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)...

dependencies

This pull request makes aliases being taken into account for both-prefixed and safe-prefixed declarations. In this way if a declaration needs to be moved to a prefixed rule with the...

fix

We are using a polyfill for some experimental CSS properties such as [animation-timeline](https://developer.mozilla.org/en-US/docs/Web/CSS/animation-timeline). (The specific polyfill doesn't matter here, but just for context, this specific polyfill requires that the new...

Plugin doesn't seem to add a prefix when there is a media query nested in a selector . ``` .self { padding: 10px 10px 14px; } .self { @media (width...