Files
less.js/test/css/debug/linenumbers-comments.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

33 lines
504 B
CSS

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