groups/themes/openstack/sass/layouts/_responsive-rtl.scss
Marton Kiss 993414fa85 Openstack theme
Replace Drupal Commons by Openstack theme.

Change-Id: Ifc18969c3e089aa1ff11a3d98daac1442b444bef
2013-10-24 16:34:47 +02:00

11 lines
272 B
SCSS

/**
* @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";