~george-edison55/less/trunk

« back to all changes in this revision

Viewing changes to test/less/whitespace.less

  • Committer: Nathan Osman
  • Date: 2013-04-16 22:43:51 UTC
  • Revision ID: admin@quickmediasolutions.com-20130416224351-5juqujuu4itkwpat
Initial commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
.whitespace
 
4
  { color: white; }  
 
5
  
 
6
.whitespace
 
7
{
 
8
  color: white;
 
9
}
 
10
  .whitespace
 
11
{ color: white; }
 
12
 
 
13
.whitespace{color:white;}  
 
14
.whitespace { color : white ; }
 
15
 
 
16
.white,
 
17
.space,
 
18
.mania
 
19
{ color: white; }
 
20
 
 
21
.no-semi-column { color: white }
 
22
.no-semi-column {
 
23
  color: white;
 
24
  white-space: pre
 
25
}
 
26
.no-semi-column {border: 2px solid white}
 
27
.newlines {
 
28
  background: the,
 
29
              great,
 
30
              wall;
 
31
  border: 2px
 
32
          solid
 
33
          black;
 
34
}
 
35
.empty {
 
36
  
 
37
}
 
38
.sel
 
39
.newline_ws     .tab_ws {
 
40
color:
 
41
white;
 
42
background-position: 45
 
43
-23;
 
44
}