aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/sass/sass-extensions/zen-grids/templates/unit-tests/test-results/zen-clear.css
blob: 0128bbe71530e6dd7c85b14e1be17a8c7c877eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 * @file
 * Test zen-clear()
 */
/* line 8, ../sass/zen-clear.scss */
#test-zen-clear {
  /* Test zen-clear() */
  clear: left;
  /* Test zen-clear() with $zen-float-direction: right */
  clear: right;
  /* Test zen-clear(left) */
  clear: left;
  /* Test zen-clear(left, $reverse-all-floats: TRUE) */
  clear: right;
  /* Test zen-clear(left) with: $zen-reverse-all-floats: TRUE; */
  clear: right;
}