mirror of
https://github.com/less/less.js.git
synced 2026-02-09 14:35:44 -05:00
40 lines
1.1 KiB
CSS
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;
|
|
}
|