NAME

cssflip - Flip direction of Cascading Style Sheet (CSS)

SYNOPSIS

  cssflip [ options ... ] file.css ... > file-rtl.css

DESCRIPTION

Options

--src=SRC --dest=DEST

Original and resulting directions. Available directions are 'lr_tb', 'rl_tb', 'tb_lr' and 'tb_rl'. Their synonyms are 'ltr', 'rtl', 'vertical-lr' and 'vertical-rl',

If directions are not specified, swaps between ltr and rtl.

--flip_url

Fixes "left"/"right" string within URLs. Synonym is --swap_left_right_in_url.

--swap_ltr_rtl_in_url

Fixes "ltr"/"rtl" string within URLs.

--ignore_bad_bgp

Ignores unmirrorable background-position values.

--noflip_cursor

Doesn't fix positions "n"/"e"/"s"/"w" and so on within cursor properties.

VERSION

Run "cssflip --version".

AUTHOR

Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>

COPYRIGHT

Copyright (C) 2013 Hatuka*nezumi - IKEDA Soji.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.