mirror of
https://github.com/less/less.js.git
synced 2026-02-09 22:45:28 -05:00
33 lines
910 B
CSS
33 lines
910 B
CSS
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"21";}}
|
|
.tst3 {
|
|
color: grey;
|
|
}
|
|
@media -sass-debug-info{filename{font-family:"{path}linenumbers.less";}line{font-family:"13";}}
|
|
.test1 {
|
|
color: black;
|
|
}
|
|
@media -sass-debug-info{filename{font-family:"{path}linenumbers.less";}line{font-family:"4";}}
|
|
.test2 {
|
|
color: red;
|
|
}
|
|
@media all {
|
|
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"3";}}
|
|
.tst {
|
|
color: black;
|
|
}
|
|
}
|
|
@media all and screen {
|
|
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"5";}}
|
|
.tst {
|
|
color: red;
|
|
}
|
|
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"7";}}
|
|
.tst .tst3 {
|
|
color: white;
|
|
}
|
|
}
|
|
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"16";}}
|
|
.tst2 {
|
|
color: white;
|
|
}
|