source: Dev/trunk/src/client/util/less/test/css/debug/linenumbers-all.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 1.4 KB
Line 
1@charset "UTF-8";
2/* line 3, {pathimport}test.less */
3@media -sass-debug-info{filename{font-family:file\:\/\/{pathimportesc}test\.less}line{font-family:\000033}}
4/* @charset "ISO-8859-1"; */
5/* line 23, {pathimport}test.less */
6@media -sass-debug-info{filename{font-family:file\:\/\/{pathimportesc}test\.less}line{font-family:\0000323}}
7.tst3 {
8  color: grey;
9}
10/* line 15, {path}linenumbers.less */
11@media -sass-debug-info{filename{font-family:file\:\/\/{pathesc}linenumbers\.less}line{font-family:\0000315}}
12.test1 {
13  color: black;
14}
15/* line 6, {path}linenumbers.less */
16@media -sass-debug-info{filename{font-family:file\:\/\/{pathesc}linenumbers\.less}line{font-family:\000036}}
17.test2 {
18  color: red;
19}
20@media all {
21  /* line 5, {pathimport}test.less */
22  @media -sass-debug-info{filename{font-family:file\:\/\/{pathimportesc}test\.less}line{font-family:\000035}}
23  .tst {
24    color: black;
25  }
26}
27@media all and screen {
28  /* line 7, {pathimport}test.less */
29  @media -sass-debug-info{filename{font-family:file\:\/\/{pathimportesc}test\.less}line{font-family:\000037}}
30  .tst {
31    color: red;
32  }
33  /* line 9, {pathimport}test.less */
34  @media -sass-debug-info{filename{font-family:file\:\/\/{pathimportesc}test\.less}line{font-family:\000039}}
35  .tst .tst3 {
36    color: white;
37  }
38}
39/* line 18, {pathimport}test.less */
40@media -sass-debug-info{filename{font-family:file\:\/\/{pathimportesc}test\.less}line{font-family:\0000318}}
41.tst2 {
42  color: white;
43}
Note: See TracBrowser for help on using the repository browser.