CSSJanus
Convert CSS stylesheets between left-to-right and right-to-left.
|
CSSJanus is a utility that converts CSS stylesheets from left-to-right (LTR) to right-to-left (RTL). More...
Static Public Member Functions | |
static | transform ( $css, $options=[], $transformEdgeInUrl=false) |
Transform an LTR stylesheet to RTL. | |
CSSJanus is a utility that converts CSS stylesheets from left-to-right (LTR) to right-to-left (RTL).
|
static |
Transform an LTR stylesheet to RTL.
string | $css | Stylesheet to transform |
bool|array{transformDirInUrl?:bool,transformEdgeInUrl?:bool} | $options Options array, or value of transformDirInUrl option (back-compat)
| |
bool | $transformEdgeInUrl | [optional] For back-compat |