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

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

Added Dojo 1.9.3 release.

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