summaryrefslogtreecommitdiff
path: root/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass/layouts/_fixed-rtl.scss
blob: f5ad9de6d6e9829e59637e5239e12494ec27edd5 (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * @file
 * RTL companion for the layout-fixed-width.css file.
 */

// First we tell Zen grids to reverse the direction of all floats.
$zen-reverse-all-floats: true;

// Then we import the LTR layout and the directions are automatically reversed.
@import "fixed";