993414fa85
Replace Drupal Commons by Openstack theme. Change-Id: Ifc18969c3e089aa1ff11a3d98daac1442b444bef
11 lines
272 B
SCSS
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";
|