summaryrefslogtreecommitdiff
path: root/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass/layouts/_responsive-rtl.scss
blob: 06e6552100b207580fc135a0d90a937bbaeeb6d9 (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * @file
 * RTL companion for the layout-responsive.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 "responsive";