Project

General

Profile

Download (400 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * Test zen-direction-flip()
4
 */
5
/* line 8, ../sass/function-zen-direction-flip.scss */
6
#test-zen-direction-flip {
7
  /* Test zen-direction-flip(left) */
8
  float: right;
9
  /* Test zen-direction-flip(right) */
10
  float: left;
11
  /* Test zen-direction-flip(both) */
12
  float: both;
13
  /* Test zen-direction-flip(none) */
14
  float: none;
15
  /* Test zen-direction-flip(invalid) */
16
  float: both;
17
}
(1-1/11)