UNPKG

zen-grids

Version:

Zen Grids is an intuitive, flexible grid system to create responsive, adaptive, fluid and fixed-width layouts.

18 lines (17 loc) 390 B
/** * @file * Test zen-float() */ #test-zen-float { /* Test zen-float() */ float: left; /* Test zen-float() with $zen-direction: right */ float: right; /* Test zen-float(left) */ float: left; /* Test zen-float(left, $switch-direction: TRUE) */ float: right; /* Test zen-float() with $rtl-selector */ float: left; } [dir="rtl"] #test-zen-float { float: right; }