Project

General

Profile

Download (406 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * Test zen-float()
4
 */
5
/* line 8, ../sass/zen-float.scss */
6
#test-zen-float {
7
  /* Test zen-float() */
8
  float: left;
9
  /* Test zen-float() with $zen-float-direction: right */
10
  float: right;
11
  /* Test zen-float(left) */
12
  float: left;
13
  /* Test zen-float(left, $reverse-all-floats: TRUE) */
14
  float: right;
15
  /* Test zen-float(left) with: $zen-reverse-all-floats: TRUE; */
16
  float: right;
17
}
(6-6/11)