Issue #1959000 by rupl and echoz: Remove hgroup because it's being dropped from the...
[project/zen.git] / STARTERKIT / sass / _layout-responsive-rtl.scss
1 /**
2  * @file
3  * RTL companion for the layout-responsive.css file.
4  */
5
6
7 // First we tell Zen grids to reverse the direction of all floats.
8 $zen-reverse-all-floats: true;
9
10 // Then we import the LTR layout and the directions are automatically reversed.
11 @import "layout-responsive";