Changes between Initial Version and Version 4 of Ticket #31332
- Timestamp:
- 02/14/2015 09:17:38 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31332
- Property Keywords dev-feedback needs-testing added
-
Ticket #31332 – Description
initial v4 10 10 == RTLCSS 11 11 12 So I did some research and found [ RTLCSS by Mohammad Younes https://github.com/MohammadYounes/rtlcss]. Same as CSSJanus is RTLCSS a framework for converting LTR CSS to RTL. It supports the following CSS properties:12 So I did some research and found [https://github.com/MohammadYounes/rtlcss RTLCSS by Mohammad Younes]. Same as CSSJanus is RTLCSS a framework for converting LTR CSS to RTL. It supports the following CSS properties: 13 13 14 14 `background`, `background-image`, `background-position`, `background-position-x`, `border-bottom-left-radius`, `border-bottom-right-radius`, `border-color`, `border-left`, `border-left-color`, `border-left-style`, `border-left-width`, `border-radius`, `border-right`, `border-right-color`, `border-right-style`, `border-right-width`, `border-style`, `border-top-left-radius`, `border-top-right-radius`, `border-width`, `box-shadow`, `clear`, `cursor`, `direction`, `float`, `left`, `margin`, `margin-left`, `margin-right`, `padding`, `padding-left`, `padding-right`, `right`, `text-align`, `text-shadow`, `transform`, `transform-origin`, `transition`, `transition-property`