~george-edison55/less/trunk

« back to all changes in this revision

Viewing changes to test/css/mixins-nested.css

  • 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
.class .inner {
 
2
  height: 300;
 
3
}
 
4
.class .inner .innest {
 
5
  width: 30;
 
6
  border-width: 60;
 
7
}
 
8
.class2 .inner {
 
9
  height: 600;
 
10
}
 
11
.class2 .inner .innest {
 
12
  width: 60;
 
13
  border-width: 120;
 
14
}