Sign in
gwt
/
gwt.git
/
d01f73cc90cd8fd93ceae63206d95abc3e24c80a
/
.
/
user
/
test
/
com
/
google
/
gwt
/
resources
/
client
/
gss
/
forloop.gss
blob: 63931230092715dad79526061b991634d57a2d7f [
file
]
@for
$i
from
0
to
4
step
2
{
@def
PADDING mult
(
1px
,
$i
);
.
foo
-
$i
{
padding
:
PADDING
;
}
}