source:
Dev/trunk/src/client/util/less/test/css/javascript.css
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 269 bytes |
Line | |
---|---|
1 | .eval { |
2 | js: 42; |
3 | js: 2; |
4 | js: "hello world"; |
5 | js: 1, 2, 3; |
6 | title: "string"; |
7 | ternary: true; |
8 | multiline: 2; |
9 | } |
10 | .scope { |
11 | var: 42; |
12 | escaped: 7px; |
13 | } |
14 | .vars { |
15 | width: 8; |
16 | } |
17 | .escape-interpol { |
18 | width: hello world; |
19 | } |
20 | .arrays { |
21 | ary: "1, 2, 3"; |
22 | ary1: "1, 2, 3"; |
23 | } |
Note: See TracBrowser
for help on using the repository browser.