/* This CSS file is included conditionally in the <head>, and should not be part of all.scss.
 * It is used for the mirror site.
 */
body {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }
