Projet

Général

Profil

Paste
Télécharger (272 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / zen / STARTERKIT / sass / layouts / _responsive-rtl.scss @ 87dbc3bf

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";