Files
less.js/test/css/debug/linenumbers-all.css
Simone Deponti dc12632f7b Completed tests.
Made a minor modification to the test runner to best reuse tests
in these cases.
2012-10-07 12:16:09 +01:00

40 lines
1.1 KiB
CSS

/* line 21, {pathimport}test.less */
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"21";}}
.tst3 {
color: grey;
}
/* line 13, {path}linenumbers.less */
@media -sass-debug-info{filename{font-family:"{path}linenumbers.less";}line{font-family:"13";}}
.test1 {
color: black;
}
/* line 4, {path}linenumbers.less */
@media -sass-debug-info{filename{font-family:"{path}linenumbers.less";}line{font-family:"4";}}
.test2 {
color: red;
}
@media all {
/* line 3, {pathimport}test.less */
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"3";}}
.tst {
color: black;
}
}
@media all and screen {
/* line 5, {pathimport}test.less */
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"5";}}
.tst {
color: red;
}
/* line 7, {pathimport}test.less */
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"7";}}
.tst .tst3 {
color: white;
}
}
/* line 16, {pathimport}test.less */
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"16";}}
.tst2 {
color: white;
}