aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/sass/sass-extensions/zen-grids/templates/unit-tests/test-results/function-zen-direction-flip.css
blob: 8330d8d65f50359cfb887f26311c90613d8a18e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 * @file
 * Test zen-direction-flip()
 */
/* line 8, ../sass/function-zen-direction-flip.scss */
#test-zen-direction-flip {
  /* Test zen-direction-flip(left) */
  float: right;
  /* Test zen-direction-flip(right) */
  float: left;
  /* Test zen-direction-flip(both) */
  float: both;
  /* Test zen-direction-flip(none) */
  float: none;
  /* Test zen-direction-flip(invalid) */
  float: both;
}