view sass/layouts/_fixed-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
line wrap: on
line source

/**
 * @file
 * RTL companion for the layout-fixed-width.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 "fixed";