mirror of
https://github.com/less/less.js.git
synced 2026-02-19 03:04:38 -05:00
36 lines
1.0 KiB
CSS
36 lines
1.0 KiB
CSS
@charset "UTF-8";
|
|
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"3";}}
|
|
/* @charset "ISO-8859-1"; */
|
|
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"23";}}
|
|
.tst3 {
|
|
color: grey;
|
|
}
|
|
@media -sass-debug-info{filename{font-family:"{path}linenumbers.less";}line{font-family:"15";}}
|
|
.test1 {
|
|
color: black;
|
|
}
|
|
@media -sass-debug-info{filename{font-family:"{path}linenumbers.less";}line{font-family:"6";}}
|
|
.test2 {
|
|
color: red;
|
|
}
|
|
@media all {
|
|
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"5";}}
|
|
.tst {
|
|
color: black;
|
|
}
|
|
}
|
|
@media all and screen {
|
|
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"7";}}
|
|
.tst {
|
|
color: red;
|
|
}
|
|
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"9";}}
|
|
.tst .tst3 {
|
|
color: white;
|
|
}
|
|
}
|
|
@media -sass-debug-info{filename{font-family:"{pathimport}test.less";}line{font-family:"18";}}
|
|
.tst2 {
|
|
color: white;
|
|
}
|