lazy-eval.less 54 Bytes
Newer Older
liang ce committed
1 2 3 4 5 6
@var: @a;
@a: 100%;

.lazy-eval {
  width: @var;
}