view sass-extensions/zen-grids/templates/unit-tests/test-results/zen-float.css @ 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
 * Test zen-float()
 */
#test-zen-float {
  /* Test zen-float() */
  float: left;
  /* Test zen-float() with $zen-float-direction: right */
  float: right;
  /* Test zen-float(left) */
  float: left;
  /* Test zen-float(left, $reverse-all-floats: TRUE) */
  float: right;
  /* Test zen-float(left) with: $zen-reverse-all-floats: TRUE; */
  float: right;
}