vkalinichev / postcss-rtl

PostCSS plugin for RTL-adaptivity
MIT License
172 stars 33 forks source link

css multiple line property value breaks #51

Closed vimalceg closed 4 years ago

vimalceg commented 5 years ago

css property value in multiple line then breaks in rtl .test{ border-radius: 50%; background: linear-gradient(0deg,rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.9) 100%) 0% 0%,linear-gradient(90deg,rgba(36, 13, 13, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%) 100% 0%,linear-gradient(180deg,rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%) 100% 100%,linear-gradient(360deg,rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) 0% 100%; } [dir=rtl] .test{ background: linear-gradient(0deg,rgba(255, 255, 255, 1) 50%, } "/([^:]):\s(.*)/" regex ignore multiple line values

ronaklalwaniii commented 4 years ago

Hello, I am also facing the same. When are you going to merge this pull request?

ssetem commented 4 years ago

Same here :)

ethanpearce commented 4 years ago

This would be really good as we are hitting the same issue.