comparison sass/layouts/_responsive-rtl.scss @ 0:a3750d724105 default tip

initital
author Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
date Tue, 02 Jun 2015 09:16:36 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a3750d724105
1 /**
2 * @file
3 * RTL companion for the layout-responsive.css file.
4 */
5
6 // First we tell Zen grids to reverse the direction of all floats.
7 $zen-reverse-all-floats: true;
8
9 // Then we import the LTR layout and the directions are automatically reversed.
10 @import "responsive";