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

PostCSS plugin for RTL-adaptivity

Results 28 postcss-rtl issues
Sort by recently updated
recently updated
newest added

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.27 to 7.0.36. Release notes Sourced from postcss's releases. 7.0.36 Backport ReDoS vulnerabilities from PostCSS 8. 7.0.35 Add migration guide link to PostCSS 8 error text. 7.0.34...

dependencies

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=normalize-url&package-manager=npm_and_yarn&previous-version=4.5.0&new-version=4.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi, I want to ignore a package that is importing from node_modules. What can i do about it? I tried 2 ways: First one: ``` /*rtl:begin:ignore*/ @import '~leaflet/dist/leaflet.css'; /*rtl:begin:ignore*/ ```...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

For example, ``` div { background: linear-gradient(to right, #c8c8c8 15.5%, transparent 15.5%) repeat-x; background-size: 4.16667% 4px } ``` transforms to ``` [dir] span { background-size: 4.16667% 4px } [dir=ltr] span...

bug
help wanted

... "postcss": "^8.2.4", "postcss-cli": "^8.3.1", "postcss-rtl": "^1.7.3" ... postcss.vendor has been removed in PostCSS 8 please support it

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

If I use rtlcss, it can handle scss file, saying one scss file: .selector-1 { .selector-2 { Color: black; margin-left: 20px; } } rtlcss will handle it successfully, but if...

```css p, h2, h3 { margin: 0; padding: 0; } /deep/ .form-dialog { width: 720px; box-shadow: 2px 2px 16px rgba(166, 168, 170, 0.46); border-radius: 8px; .vi-dialog__header { position: relative; background-color:...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies