Files
deb-python-lesscpy/lesscpy/test/less/ws.less
2012-03-03 18:14:31 +00:00

46 lines
422 B
Plaintext

/*
Whitespace
*/
.whitespace
{ color: white; }
.whitespace
{
color: blue;
}
.whitespace
{
color: green;
}
.whitespace
{ color: pink; }
.whitespace{color:yellow;}
.whitespace { color : black ; }
.white,
.space,
.mania
{ color: white; }
.newlines {
background: the,
great,
wall;
border: 2px
solid
black;
}
.empty {
}