less 1.7.4 → 1.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/jsLibraryMappings.xml +0 -1
- package/.idea/workspace.xml +160 -202
- package/CHANGELOG.md +13 -0
- package/Gruntfile.js +0 -12
- package/README.md +53 -53
- package/bin/lessc +4 -1
- package/bower.json +2 -2
- package/dist/less-1.7.4.js +59 -59
- package/dist/less-1.7.4.min.js +12 -12
- package/dist/less-1.7.5.js +8008 -0
- package/dist/less-1.7.5.min.js +16 -0
- package/dist/less-rhino-1.7.4.js +48 -48
- package/dist/less-rhino-1.7.5.js +9383 -0
- package/dist/lessc-rhino-1.7.4.js +2 -2
- package/dist/lessc-rhino-1.7.5.js +449 -0
- package/lib/less/functions.js +8 -1
- package/lib/less/import-visitor.js +2 -2
- package/lib/less/index.js +3 -3
- package/lib/less/parser/parser.js.orig +1747 -0
- package/lib/less/parser.js +27 -1
- package/lib/less/tree/directive.js +4 -1
- package/lib/less/tree/element.js +6 -22
- package/lib/less/tree/rule.js +7 -4
- package/lib/less/tree/rule.js.orig +164 -0
- package/lib/less/tree/ruleset.js +8 -1
- package/lib/less/tree/selector.js +1 -1
- package/package.json +6 -6
- package/test/browser/less.js +7275 -6947
- package/test/css/comments.css +8 -0
- package/test/css/css-3.css +6 -0
- package/test/css/import.css +5 -0
- package/test/css/mixins.css +3 -0
- package/test/css/property-name-interp.css +1 -0
- package/test/css/urls.css +1 -0
- package/test/less/comments.less +14 -1
- package/test/less/css-3.less +7 -0
- package/test/less/errors/import-malformed.less +1 -1
- package/test/less/errors/import-malformed.txt +3 -3
- package/test/less/import.less +8 -2
- package/test/less/mixins.less +1 -0
- package/test/less/property-name-interp.less +4 -1
- package/test/less/property-name-interp.less.orig +59 -0
- package/test/less/urls.less +2 -1
- package/test/modify-vars.js +17 -0
- package/tmp/browser/test-runner-main.html +4 -0
- package/tmp/less.js +8295 -0
- package/build/README.md +0 -53
package/.idea/workspace.xml
CHANGED
|
@@ -3,20 +3,19 @@
|
|
|
3
3
|
<component name="ChangeListManager">
|
|
4
4
|
<list default="true" id="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" name="Default" comment="">
|
|
5
5
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/CHANGELOG.md" afterPath="$PROJECT_DIR$/CHANGELOG.md" />
|
|
6
|
-
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/README.md" afterPath="$PROJECT_DIR$/README.md" />
|
|
7
6
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/bower.json" afterPath="$PROJECT_DIR$/bower.json" />
|
|
8
7
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lib/less/index.js" afterPath="$PROJECT_DIR$/lib/less/index.js" />
|
|
9
8
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/package.json" afterPath="$PROJECT_DIR$/package.json" />
|
|
10
9
|
</list>
|
|
11
10
|
<ignored path="less.js.iws" />
|
|
12
11
|
<ignored path=".idea/workspace.xml" />
|
|
13
|
-
<file path="/Dummy.txt" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
12
|
+
<file path="/Dummy.txt" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1409725733330" ignored="false" />
|
|
14
13
|
<file path="/functions.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393484376009" ignored="false" />
|
|
15
14
|
<file path="/merge.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1367345312764" ignored="false" />
|
|
16
15
|
<file path="/merge.css" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1367345371581" ignored="false" />
|
|
17
|
-
<file path="/parser.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
18
|
-
<file path="/rule.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
19
|
-
<file path="/a.dummy" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
16
|
+
<file path="/parser.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1409088185098" ignored="false" />
|
|
17
|
+
<file path="/rule.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408883648581" ignored="false" />
|
|
18
|
+
<file path="/a.dummy" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1409725745037" ignored="false" />
|
|
20
19
|
<file path="/nth-function.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1367351948429" ignored="false" />
|
|
21
20
|
<file path="/SelectorPath.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1367352844032" ignored="false" />
|
|
22
21
|
<file path="$PROJECT_DIR$/../lesscss.org/templates/pages/doc.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1367650256341" ignored="false" />
|
|
@@ -25,55 +24,55 @@
|
|
|
25
24
|
<file path="/reference.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1367511521223" ignored="false" />
|
|
26
25
|
<file path="$PROJECT_DIR$/../lesscss.org/templates/pages/synopsis.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389767605243" ignored="false" />
|
|
27
26
|
<file path="/synopsis.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389643575284" ignored="false" />
|
|
28
|
-
<file path="/CHANGELOG.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
29
|
-
<file path="/env.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
30
|
-
<file path="/less-test.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
27
|
+
<file path="/CHANGELOG.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1409726500706" ignored="false" />
|
|
28
|
+
<file path="/env.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408878225788" ignored="false" />
|
|
29
|
+
<file path="/less-test.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408190561782" ignored="false" />
|
|
31
30
|
<file path="/common.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1377113623956" ignored="false" />
|
|
32
|
-
<file path="/lessc" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
31
|
+
<file path="/lessc" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408031477414" ignored="false" />
|
|
33
32
|
<file path="$PROJECT_DIR$/../lesscss.org/templates/pages/index.rhtml" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389643372528" ignored="false" />
|
|
34
33
|
<file path="$PROJECT_DIR$/../lesscss.org/templates/pages/about.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1367650256341" ignored="false" />
|
|
35
34
|
<file path="/compression.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1378056773801" ignored="false" />
|
|
36
35
|
<file path="/selector.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393275802202" ignored="false" />
|
|
37
36
|
<file path="/css-guards.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391361062012" ignored="false" />
|
|
38
|
-
<file path="/ruleset.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
37
|
+
<file path="/ruleset.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408896517538" ignored="false" />
|
|
39
38
|
<file path="/no-js-errors.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1372668666786" ignored="false" />
|
|
40
39
|
<file path="/no-js-errors.txt" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1372671114701" ignored="false" />
|
|
41
40
|
<file path="/runner-no-js-errors.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1372671176132" ignored="false" />
|
|
42
41
|
<file path="/browser-test-prepare.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1377068774816" ignored="false" />
|
|
43
42
|
<file path="/lessc_helper.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389383890515" ignored="false" />
|
|
44
|
-
<file path="/alpha.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
45
|
-
<file path="/to-css-visitor.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
43
|
+
<file path="/alpha.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408874058752" ignored="false" />
|
|
44
|
+
<file path="/to-css-visitor.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408902255450" ignored="false" />
|
|
46
45
|
<file path="/Makefile" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1375304491807" ignored="false" />
|
|
47
|
-
<file path="/visitor.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
48
|
-
<file path="/directive.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
49
|
-
<file path="/media.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
50
|
-
<file path="/comment.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
51
|
-
<file path="/browser.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
46
|
+
<file path="/visitor.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408901714841" ignored="false" />
|
|
47
|
+
<file path="/directive.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408884183428" ignored="false" />
|
|
48
|
+
<file path="/media.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408884197634" ignored="false" />
|
|
49
|
+
<file path="/comment.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408896555747" ignored="false" />
|
|
50
|
+
<file path="/browser.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1409088148602" ignored="false" />
|
|
52
51
|
<file path="/media.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1379523525707" ignored="false" />
|
|
53
52
|
<file path="/media.css" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1373053829141" ignored="false" />
|
|
54
53
|
<file path="/package.json" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1399790236755" ignored="false" />
|
|
55
|
-
<file path="/tree.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
56
|
-
<file path="/anonymous.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
57
|
-
<file path="/assignment.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
58
|
-
<file path="/call.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
59
|
-
<file path="/color.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
60
|
-
<file path="/dimension.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
61
|
-
<file path="/expression.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
62
|
-
<file path="/element.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
63
|
-
<file path="/import.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
54
|
+
<file path="/tree.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408884640527" ignored="false" />
|
|
55
|
+
<file path="/anonymous.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408874234312" ignored="false" />
|
|
56
|
+
<file path="/assignment.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408875670966" ignored="false" />
|
|
57
|
+
<file path="/call.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408882357687" ignored="false" />
|
|
58
|
+
<file path="/color.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408900634718" ignored="false" />
|
|
59
|
+
<file path="/dimension.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408896865000" ignored="false" />
|
|
60
|
+
<file path="/expression.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408881666795" ignored="false" />
|
|
61
|
+
<file path="/element.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408881719634" ignored="false" />
|
|
62
|
+
<file path="/import.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408883348863" ignored="false" />
|
|
64
63
|
<file path="/keyword.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393275250681" ignored="false" />
|
|
65
|
-
<file path="/source-map-output.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
64
|
+
<file path="/source-map-output.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1409088327791" ignored="false" />
|
|
66
65
|
<file path="/basic.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1379432631064" ignored="false" />
|
|
67
66
|
<file path="/basic.json" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1374178313233" ignored="false" />
|
|
68
67
|
<file path="/.npmignore" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1374328321137" ignored="false" />
|
|
69
|
-
<file path="/css-3.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
68
|
+
<file path="/css-3.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408028888399" ignored="false" />
|
|
70
69
|
<file path="/mixins-args.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1379520900857" ignored="false" />
|
|
71
|
-
<file path="/README.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
70
|
+
<file path="/README.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408032399115" ignored="false" />
|
|
72
71
|
<file path="/CONTRIBUTING.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389737193318" ignored="false" />
|
|
73
72
|
<file path="/.jshintrc" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1387133111636" ignored="false" />
|
|
74
|
-
<file path="/quoted.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
73
|
+
<file path="/quoted.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408898883955" ignored="false" />
|
|
75
74
|
<file path="/index.html" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1379432766230" ignored="false" />
|
|
76
|
-
<file path="/import-visitor.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
75
|
+
<file path="/import-visitor.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408902177466" ignored="false" />
|
|
77
76
|
<file path="/value.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393275915264" ignored="false" />
|
|
78
77
|
<file path="/strings.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1379163271597" ignored="false" />
|
|
79
78
|
<file path="/browser-header.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1376601721278" ignored="false" />
|
|
@@ -81,13 +80,13 @@
|
|
|
81
80
|
<file path="/template.htm" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1377109474311" ignored="false" />
|
|
82
81
|
<file path="/runner-console-errors.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1377112419174" ignored="false" />
|
|
83
82
|
<file path="/test-error.txt" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1377195013482" ignored="false" />
|
|
84
|
-
<file path="/extend-visitor.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
83
|
+
<file path="/extend-visitor.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408902094947" ignored="false" />
|
|
85
84
|
<file path="/extend-selector.css" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1378043359906" ignored="false" />
|
|
86
85
|
<file path="/mixin.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389384202832" ignored="false" />
|
|
87
86
|
<file path="/Gruntfile.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393752700425" ignored="false" />
|
|
88
87
|
<file path="/less-benchmark.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1378362092117" ignored="false" />
|
|
89
88
|
<file path="/.jshintignore" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1378362199452" ignored="false" />
|
|
90
|
-
<file path="/*.regexp" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
89
|
+
<file path="/*.regexp" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408900279292" ignored="false" />
|
|
91
90
|
<file path="/functions.css" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1379156751207" ignored="false" />
|
|
92
91
|
<file path="/mixins-guards.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1399353469325" ignored="false" />
|
|
93
92
|
<file path="/color-func-invalid-color.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1379356574472" ignored="false" />
|
|
@@ -130,7 +129,7 @@
|
|
|
130
129
|
<file path="/extend.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1382878661928" ignored="false" />
|
|
131
130
|
<file path="$PROJECT_DIR$/../less-docs/content/features/less-extends.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1382391289964" ignored="false" />
|
|
132
131
|
<file path="/less-extends.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1382391191974" ignored="false" />
|
|
133
|
-
<file path="/index.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
132
|
+
<file path="/index.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1409087404368" ignored="false" />
|
|
134
133
|
<file path="$PROJECT_DIR$/../less-plugins.js/package.json" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1384729315957" ignored="false" />
|
|
135
134
|
<file path="$PROJECT_DIR$/../less-plugins.js/lib/index.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1384985733762" ignored="false" />
|
|
136
135
|
<file path="/inline-images.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1384728120165" ignored="false" />
|
|
@@ -169,7 +168,7 @@
|
|
|
169
168
|
<file path="/parse-error-extra-parens.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1387043669021" ignored="false" />
|
|
170
169
|
<file path="/parse-error-missing-bracket.txt" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1403198296378" ignored="false" />
|
|
171
170
|
<file path="/parens.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1387044073468" ignored="false" />
|
|
172
|
-
<file path="/variable.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
171
|
+
<file path="/variable.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408876927706" ignored="false" />
|
|
173
172
|
<file path="/url.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393275860205" ignored="false" />
|
|
174
173
|
<file path="$PROJECT_DIR$/../recess/lib/lint/strict-property-order.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1387396816445" ignored="false" />
|
|
175
174
|
<file path="/strict-property-order.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1387396795868" ignored="false" />
|
|
@@ -211,13 +210,13 @@
|
|
|
211
210
|
<file path="/nav-getting-started.hbs" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1388584268485" ignored="false" />
|
|
212
211
|
<file path="$PROJECT_DIR$/../less-docs/content/home/using.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389652437402" ignored="false" />
|
|
213
212
|
<file path="/using.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389652437402" ignored="false" />
|
|
214
|
-
<file path="/javascript.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
213
|
+
<file path="/javascript.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408898787713" ignored="false" />
|
|
215
214
|
<file path="/about.html" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389644005466" ignored="false" />
|
|
216
215
|
<file path="$PROJECT_DIR$/../less-docs/templates/includes/head.hbs" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1390422872519" ignored="false" />
|
|
217
216
|
<file path="/head.hbs" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389801426631" ignored="false" />
|
|
218
217
|
<file path="$PROJECT_DIR$/../less-docs/_gh_pages/assets/js/respond.min.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389645116430" ignored="false" />
|
|
219
218
|
<file path="$PROJECT_DIR$/../less-docs/_gh_pages/assets/js/highlight.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389736374068" ignored="false" />
|
|
220
|
-
<file path="$PROJECT_DIR$/../less-docs/data/less.json" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
219
|
+
<file path="$PROJECT_DIR$/../less-docs/data/less.json" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408007573445" ignored="false" />
|
|
221
220
|
<file path="$PROJECT_DIR$/../less-docs/theme/components/header.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389981491656" ignored="false" />
|
|
222
221
|
<file path="/header.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1389981484426" ignored="false" />
|
|
223
222
|
<file path="$PROJECT_DIR$/../less-docs/templates/includes/footer.hbs" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391459164427" ignored="false" />
|
|
@@ -379,7 +378,6 @@
|
|
|
379
378
|
<file path="$PROJECT_DIR$/../grunt-test/less/forms.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391718396278" ignored="false" />
|
|
380
379
|
<file path="$PROJECT_DIR$/../grunt-test/less/progress-bars.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391718396278" ignored="false" />
|
|
381
380
|
<file path="/gruntfile.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391718407778" ignored="false" />
|
|
382
|
-
<file path="$PROJECT_DIR$/test/css/debug/linenumbers-all.css" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391878033924" ignored="false" />
|
|
383
381
|
<file path="$PROJECT_DIR$/../grunt-test/node_modules/grunt-contrib-less/node_modules/less/test/less/errors/mixins-guards-default-func-3.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391878905952" ignored="false" />
|
|
384
382
|
<file path="$PROJECT_DIR$/../grunt-test/node_modules/grunt-contrib-less/node_modules/less/test/browser/less/urls.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391878905952" ignored="false" />
|
|
385
383
|
<file path="$PROJECT_DIR$/../grunt-test/node_modules/grunt-contrib-less/node_modules/less/test/less/operations.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391878905952" ignored="false" />
|
|
@@ -436,24 +434,24 @@
|
|
|
436
434
|
<file path="/toc.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391950956063" ignored="false" />
|
|
437
435
|
<file path="/functions.hbs" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391978019980" ignored="false" />
|
|
438
436
|
<file path="/detached-rulesets.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1392246479855" ignored="false" />
|
|
439
|
-
<file path="/ruleset-call.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
437
|
+
<file path="/ruleset-call.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408883810589" ignored="false" />
|
|
440
438
|
<file path="/build.yml" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391982885642" ignored="false" />
|
|
441
439
|
<file path="$PROJECT_DIR$/../less-docs/templates/plugins/spell-checker.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391987860352" ignored="false" />
|
|
442
440
|
<file path="/spell-checker.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1391987851464" ignored="false" />
|
|
443
|
-
<file path="/node.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
441
|
+
<file path="/node.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408898585655" ignored="false" />
|
|
444
442
|
<file path="/postProcessor.css" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393234582813" ignored="false" />
|
|
445
|
-
<file path="/non-node-index.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
443
|
+
<file path="/non-node-index.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1409087680773" ignored="false" />
|
|
446
444
|
<file path="/colors.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393272833364" ignored="false" />
|
|
447
|
-
<file path="/mixin-call.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
448
|
-
<file path="/mixin-definition.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
449
|
-
<file path="/condition.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
450
|
-
<file path="/detached-ruleset.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
451
|
-
<file path="/unit.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
445
|
+
<file path="/mixin-call.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408884474295" ignored="false" />
|
|
446
|
+
<file path="/mixin-definition.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408878926040" ignored="false" />
|
|
447
|
+
<file path="/condition.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408882024507" ignored="false" />
|
|
448
|
+
<file path="/detached-ruleset.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408882944254" ignored="false" />
|
|
449
|
+
<file path="/unit.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408875074861" ignored="false" />
|
|
452
450
|
<file path="/unit-conversions.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393274523155" ignored="false" />
|
|
453
451
|
<file path="/attribute.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393274906344" ignored="false" />
|
|
454
|
-
<file path="/combinator.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
455
|
-
<file path="/negative.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
456
|
-
<file path="/operation.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
452
|
+
<file path="/combinator.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408882064809" ignored="false" />
|
|
453
|
+
<file path="/negative.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408883739710" ignored="false" />
|
|
454
|
+
<file path="/operation.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408877704487" ignored="false" />
|
|
457
455
|
<file path="/paren.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393275477267" ignored="false" />
|
|
458
456
|
<file path="/unicode-descriptor.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393275828568" ignored="false" />
|
|
459
457
|
<file path="/api.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393277569274" ignored="false" />
|
|
@@ -461,9 +459,7 @@
|
|
|
461
459
|
<file path="/runner-browser-options.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393694072976" ignored="false" />
|
|
462
460
|
<file path="/runner-global-vars-options.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393694377434" ignored="false" />
|
|
463
461
|
<file path="/runner-legacy-options.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393694425320" ignored="false" />
|
|
464
|
-
<file path="/join-selector-visitor.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="
|
|
465
|
-
<file path="$PROJECT_DIR$/benchmark/benchmark.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393782190959" ignored="false" />
|
|
466
|
-
<file path="$PROJECT_DIR$/build/build.yml" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393782190959" ignored="false" />
|
|
462
|
+
<file path="/join-selector-visitor.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408902200915" ignored="false" />
|
|
467
463
|
<file path="/a.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393782288694" ignored="false" />
|
|
468
464
|
<file path="$PROJECT_DIR$/../less-docs/_less.github.io/feed.xml" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393791295036" ignored="false" />
|
|
469
465
|
<file path="$PROJECT_DIR$/../less-docs/templates/includes/javascripts.hbs" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1393791368755" ignored="false" />
|
|
@@ -473,11 +469,43 @@
|
|
|
473
469
|
<file path="/chunker.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1403196499218" ignored="false" />
|
|
474
470
|
<file path="/parse-error-curly-bracket.txt" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1403197826079" ignored="false" />
|
|
475
471
|
<file path="/import-subfolder2.txt" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1403198072962" ignored="false" />
|
|
476
|
-
<file path="$PROJECT_DIR$/lib/less/tree/javascript.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1403430305483" ignored="false" />
|
|
477
|
-
<file path="$PROJECT_DIR$/test/browser/jasmine.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1403430305484" ignored="false" />
|
|
478
|
-
<file path="$PROJECT_DIR$/lib/less/tree/directive.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1403449546493" ignored="false" />
|
|
479
472
|
<file path="/import-malformed.txt" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1406490256395" ignored="false" />
|
|
480
473
|
<file path="/import-malformed.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1406490249812" ignored="false" />
|
|
474
|
+
<file path="$PROJECT_DIR$/../less-docs/content/usage/using-less-in-the-browser.md" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408007547528" ignored="false" />
|
|
475
|
+
<file path="$PROJECT_DIR$/../less-docs/_less.github.io/features/index.html" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408028227034" ignored="false" />
|
|
476
|
+
<file path="$PROJECT_DIR$/../less-docs/_less.github.io/functions/index.html" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408028227034" ignored="false" />
|
|
477
|
+
<file path="$PROJECT_DIR$/../less-docs/_less.github.io/index.html" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408028227034" ignored="false" />
|
|
478
|
+
<file path="$PROJECT_DIR$/../less-docs/_less.github.io/usage/index.html" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408028227034" ignored="false" />
|
|
479
|
+
<file path="$PROJECT_DIR$/../less-docs/_less.github.io/about/index.html" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408028227034" ignored="false" />
|
|
480
|
+
<file path="/import-inline.css" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408035539619" ignored="false" />
|
|
481
|
+
<file path="/function-caller.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408900115681" ignored="false" />
|
|
482
|
+
<file path="/function-registry.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408191284452" ignored="false" />
|
|
483
|
+
<file path="/default.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408900216337" ignored="false" />
|
|
484
|
+
<file path="/math.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408124076847" ignored="false" />
|
|
485
|
+
<file path="/color-blending.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408038732366" ignored="false" />
|
|
486
|
+
<file path="/svg.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408175581683" ignored="false" />
|
|
487
|
+
<file path="/data-uri.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408900916452" ignored="false" />
|
|
488
|
+
<file path="/is.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408045706580" ignored="false" />
|
|
489
|
+
<file path="/number.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408124035106" ignored="false" />
|
|
490
|
+
<file path="/comments.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408205925917" ignored="false" />
|
|
491
|
+
<file path="/comments2.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408262975123" ignored="false" />
|
|
492
|
+
<file path="/compiler.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408873150896" ignored="false" />
|
|
493
|
+
<file path="/types.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408901417970" ignored="false" />
|
|
494
|
+
<file path="/debugInfo.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408883197589" ignored="false" />
|
|
495
|
+
<file path="/js-eval-node.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408964742610" ignored="false" />
|
|
496
|
+
<file path="/string.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408901136659" ignored="false" />
|
|
497
|
+
<file path="$PROJECT_DIR$/test/browser/runner-production-options.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408915826567" ignored="false" />
|
|
498
|
+
<file path="$PROJECT_DIR$/test/browser/runner-global-vars-options.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408915826567" ignored="false" />
|
|
499
|
+
<file path="$PROJECT_DIR$/benchmark/benchmark.less" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408919300571" ignored="false" />
|
|
500
|
+
<file path="/imports.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1409088196361" ignored="false" />
|
|
501
|
+
<file path="$PROJECT_DIR$/lib/less/visitor/to-css-visitor.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408955416843" ignored="false" />
|
|
502
|
+
<file path="$PROJECT_DIR$/lib/less/tree/index.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408955416843" ignored="false" />
|
|
503
|
+
<file path="$PROJECT_DIR$/lib/less/tree/dimension.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408955416843" ignored="false" />
|
|
504
|
+
<file path="$PROJECT_DIR$/build/build.yml" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408955416843" ignored="false" />
|
|
505
|
+
<file path="/parser-input.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408963913488" ignored="false" />
|
|
506
|
+
<file path="$PROJECT_DIR$/test/browser/less.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1408965969410" ignored="false" />
|
|
507
|
+
<file path="$PROJECT_DIR$/lib/less/tree/ruleset.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1409726219012" ignored="false" />
|
|
508
|
+
<file path="$PROJECT_DIR$/lib/less/tree/extend.js" changelist="50832ad7-0bb2-445d-8bdb-45c8a0f7f27b" time="1409726219012" ignored="false" />
|
|
481
509
|
<option name="TRACKING_ENABLED" value="true" />
|
|
482
510
|
<option name="SHOW_DIALOG" value="false" />
|
|
483
511
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -500,70 +528,79 @@
|
|
|
500
528
|
<file leaf-file-name="index.js" pinned="false" current="false" current-in-tab="false">
|
|
501
529
|
<entry file="file://$PROJECT_DIR$/lib/less/index.js">
|
|
502
530
|
<provider selected="true" editor-type-id="text-editor">
|
|
503
|
-
<state line="
|
|
531
|
+
<state line="6" column="21" selection-start="128" selection-end="128" vertical-scroll-proportion="0.0">
|
|
504
532
|
<folding />
|
|
505
533
|
</state>
|
|
506
534
|
</provider>
|
|
507
535
|
</entry>
|
|
508
536
|
</file>
|
|
509
|
-
<file leaf-file-name="
|
|
510
|
-
<entry file="file://$PROJECT_DIR$/
|
|
537
|
+
<file leaf-file-name="browser.js" pinned="false" current="false" current-in-tab="false">
|
|
538
|
+
<entry file="file://$PROJECT_DIR$/lib/less/browser.js">
|
|
539
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
540
|
+
<state line="5" column="5" selection-start="108" selection-end="108" vertical-scroll-proportion="0.0">
|
|
541
|
+
<folding />
|
|
542
|
+
</state>
|
|
543
|
+
</provider>
|
|
544
|
+
</entry>
|
|
545
|
+
</file>
|
|
546
|
+
<file leaf-file-name="comments.css" pinned="false" current="false" current-in-tab="false">
|
|
547
|
+
<entry file="file://$PROJECT_DIR$/test/css/comments.css">
|
|
511
548
|
<provider selected="true" editor-type-id="text-editor">
|
|
512
|
-
<state line="
|
|
549
|
+
<state line="56" column="1" selection-start="921" selection-end="921" vertical-scroll-proportion="0.0">
|
|
513
550
|
<folding />
|
|
514
551
|
</state>
|
|
515
552
|
</provider>
|
|
516
553
|
</entry>
|
|
517
554
|
</file>
|
|
518
|
-
<file leaf-file-name="
|
|
519
|
-
<entry file="file://$PROJECT_DIR$/
|
|
555
|
+
<file leaf-file-name="CHANGELOG.md" pinned="false" current="false" current-in-tab="false">
|
|
556
|
+
<entry file="file://$PROJECT_DIR$/CHANGELOG.md">
|
|
520
557
|
<provider selected="true" editor-type-id="text-editor">
|
|
521
|
-
<state line="
|
|
558
|
+
<state line="8" column="12" selection-start="210" selection-end="210" vertical-scroll-proportion="0.0">
|
|
522
559
|
<folding />
|
|
523
560
|
</state>
|
|
524
561
|
</provider>
|
|
525
562
|
</entry>
|
|
526
563
|
</file>
|
|
527
|
-
<file leaf-file-name="
|
|
528
|
-
<entry file="file://$PROJECT_DIR$/
|
|
564
|
+
<file leaf-file-name="bower.json" pinned="false" current="false" current-in-tab="false">
|
|
565
|
+
<entry file="file://$PROJECT_DIR$/bower.json">
|
|
529
566
|
<provider selected="true" editor-type-id="text-editor">
|
|
530
|
-
<state line="
|
|
567
|
+
<state line="3" column="28" selection-start="70" selection-end="70" vertical-scroll-proportion="-1.9615384">
|
|
531
568
|
<folding />
|
|
532
569
|
</state>
|
|
533
570
|
</provider>
|
|
534
571
|
</entry>
|
|
535
572
|
</file>
|
|
536
|
-
<file leaf-file-name="
|
|
537
|
-
<entry file="file://$PROJECT_DIR$/
|
|
573
|
+
<file leaf-file-name="Gruntfile.js" pinned="false" current="false" current-in-tab="false">
|
|
574
|
+
<entry file="file://$PROJECT_DIR$/Gruntfile.js">
|
|
538
575
|
<provider selected="true" editor-type-id="text-editor">
|
|
539
|
-
<state line="
|
|
576
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
|
540
577
|
<folding />
|
|
541
578
|
</state>
|
|
542
579
|
</provider>
|
|
543
580
|
</entry>
|
|
544
581
|
</file>
|
|
545
|
-
<file leaf-file-name="package.json" pinned="false" current="
|
|
582
|
+
<file leaf-file-name="package.json" pinned="false" current="true" current-in-tab="true">
|
|
546
583
|
<entry file="file://$PROJECT_DIR$/package.json">
|
|
547
584
|
<provider selected="true" editor-type-id="text-editor">
|
|
548
|
-
<state line="
|
|
585
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
|
549
586
|
<folding />
|
|
550
587
|
</state>
|
|
551
588
|
</provider>
|
|
552
589
|
</entry>
|
|
553
590
|
</file>
|
|
554
|
-
<file leaf-file-name="
|
|
555
|
-
<entry file="file://$PROJECT_DIR$/
|
|
591
|
+
<file leaf-file-name="call.js" pinned="false" current="false" current-in-tab="false">
|
|
592
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/call.js">
|
|
556
593
|
<provider selected="true" editor-type-id="text-editor">
|
|
557
|
-
<state line="
|
|
594
|
+
<state line="18" column="2" selection-start="400" selection-end="400" vertical-scroll-proportion="0.0">
|
|
558
595
|
<folding />
|
|
559
596
|
</state>
|
|
560
597
|
</provider>
|
|
561
598
|
</entry>
|
|
562
599
|
</file>
|
|
563
|
-
<file leaf-file-name="
|
|
564
|
-
<entry file="file://$PROJECT_DIR$/
|
|
600
|
+
<file leaf-file-name="source-map-output.js" pinned="false" current="false" current-in-tab="false">
|
|
601
|
+
<entry file="file://$PROJECT_DIR$/lib/less/source-map-output.js">
|
|
565
602
|
<provider selected="true" editor-type-id="text-editor">
|
|
566
|
-
<state line="
|
|
603
|
+
<state line="22" column="28" selection-start="1054" selection-end="1054" vertical-scroll-proportion="0.0">
|
|
567
604
|
<folding />
|
|
568
605
|
</state>
|
|
569
606
|
</provider>
|
|
@@ -587,29 +624,30 @@
|
|
|
587
624
|
<component name="IdeDocumentHistory">
|
|
588
625
|
<option name="changedFiles">
|
|
589
626
|
<list>
|
|
590
|
-
<option value="$PROJECT_DIR$/
|
|
591
|
-
<option value="$PROJECT_DIR$/
|
|
592
|
-
<option value="$PROJECT_DIR$/lib/less/
|
|
593
|
-
<option value="$PROJECT_DIR$/lib/less/
|
|
594
|
-
<option value="$PROJECT_DIR$/
|
|
595
|
-
<option value="$PROJECT_DIR$/
|
|
596
|
-
<option value="$PROJECT_DIR$/
|
|
597
|
-
<option value="$PROJECT_DIR$/lib/less/parser.js" />
|
|
598
|
-
<option value="$PROJECT_DIR$/
|
|
599
|
-
<option value="$PROJECT_DIR$/
|
|
600
|
-
<option value="$PROJECT_DIR$/
|
|
601
|
-
<option value="$PROJECT_DIR$/
|
|
627
|
+
<option value="$PROJECT_DIR$/lib/less/tree/javascript.js" />
|
|
628
|
+
<option value="$PROJECT_DIR$/lib/less/functions/data-uri.js" />
|
|
629
|
+
<option value="$PROJECT_DIR$/lib/less/functions/svg.js" />
|
|
630
|
+
<option value="$PROJECT_DIR$/lib/less/functions/index.js" />
|
|
631
|
+
<option value="$PROJECT_DIR$/lib/less/non-node-index.js" />
|
|
632
|
+
<option value="$PROJECT_DIR$/lib/less/environment/browser.js" />
|
|
633
|
+
<option value="$PROJECT_DIR$/lib/less/browser.js" />
|
|
634
|
+
<option value="$PROJECT_DIR$/lib/less/parser/imports.js" />
|
|
635
|
+
<option value="$PROJECT_DIR$/lib/less/tree/call.js" />
|
|
636
|
+
<option value="$PROJECT_DIR$/lib/less/source-map-output.js" />
|
|
637
|
+
<option value="$PROJECT_DIR$/lib/less/parser/parser.js" />
|
|
638
|
+
<option value="$PROJECT_DIR$/test/css/comments.css" />
|
|
639
|
+
<option value="$PROJECT_DIR$/CHANGELOG.md" />
|
|
602
640
|
<option value="$PROJECT_DIR$/bower.json" />
|
|
603
|
-
<option value="$PROJECT_DIR$/package.json" />
|
|
604
641
|
<option value="$PROJECT_DIR$/lib/less/index.js" />
|
|
605
|
-
<option value="$PROJECT_DIR$/
|
|
642
|
+
<option value="$PROJECT_DIR$/package.json" />
|
|
606
643
|
</list>
|
|
607
644
|
</option>
|
|
608
645
|
</component>
|
|
609
646
|
<component name="ProjectFrameBounds">
|
|
610
|
-
<option name="x" value="
|
|
611
|
-
<option name="
|
|
612
|
-
<option name="
|
|
647
|
+
<option name="x" value="54" />
|
|
648
|
+
<option name="y" value="-8" />
|
|
649
|
+
<option name="width" value="1320" />
|
|
650
|
+
<option name="height" value="784" />
|
|
613
651
|
</component>
|
|
614
652
|
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
615
653
|
<OptionsSetting value="true" id="Add" />
|
|
@@ -655,52 +693,6 @@
|
|
|
655
693
|
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
656
694
|
</PATH_ELEMENT>
|
|
657
695
|
</PATH>
|
|
658
|
-
<PATH>
|
|
659
|
-
<PATH_ELEMENT>
|
|
660
|
-
<option name="myItemId" value="less.js" />
|
|
661
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
662
|
-
</PATH_ELEMENT>
|
|
663
|
-
<PATH_ELEMENT>
|
|
664
|
-
<option name="myItemId" value="less.js" />
|
|
665
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
666
|
-
</PATH_ELEMENT>
|
|
667
|
-
<PATH_ELEMENT>
|
|
668
|
-
<option name="myItemId" value="lib" />
|
|
669
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
670
|
-
</PATH_ELEMENT>
|
|
671
|
-
</PATH>
|
|
672
|
-
<PATH>
|
|
673
|
-
<PATH_ELEMENT>
|
|
674
|
-
<option name="myItemId" value="less.js" />
|
|
675
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
676
|
-
</PATH_ELEMENT>
|
|
677
|
-
<PATH_ELEMENT>
|
|
678
|
-
<option name="myItemId" value="less.js" />
|
|
679
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
680
|
-
</PATH_ELEMENT>
|
|
681
|
-
<PATH_ELEMENT>
|
|
682
|
-
<option name="myItemId" value="lib" />
|
|
683
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
684
|
-
</PATH_ELEMENT>
|
|
685
|
-
<PATH_ELEMENT>
|
|
686
|
-
<option name="myItemId" value="less" />
|
|
687
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
688
|
-
</PATH_ELEMENT>
|
|
689
|
-
</PATH>
|
|
690
|
-
<PATH>
|
|
691
|
-
<PATH_ELEMENT>
|
|
692
|
-
<option name="myItemId" value="less.js" />
|
|
693
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
694
|
-
</PATH_ELEMENT>
|
|
695
|
-
<PATH_ELEMENT>
|
|
696
|
-
<option name="myItemId" value="less.js" />
|
|
697
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
698
|
-
</PATH_ELEMENT>
|
|
699
|
-
<PATH_ELEMENT>
|
|
700
|
-
<option name="myItemId" value="bin" />
|
|
701
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
702
|
-
</PATH_ELEMENT>
|
|
703
|
-
</PATH>
|
|
704
696
|
</subPane>
|
|
705
697
|
</pane>
|
|
706
698
|
<pane id="Scope" />
|
|
@@ -718,18 +710,18 @@
|
|
|
718
710
|
</component>
|
|
719
711
|
<component name="RecentsManager">
|
|
720
712
|
<key name="CopyFile.RECENT_KEYS">
|
|
713
|
+
<recent name="C:\git\less.js\lib\less\functions" />
|
|
721
714
|
<recent name="C:\git\less.js\test\less\errors" />
|
|
722
715
|
<recent name="C:\git\less.js\lib\less\env" />
|
|
723
716
|
<recent name="C:\git\less.js\lib\less\tree" />
|
|
724
717
|
<recent name="C:\git\less.js\lib\less" />
|
|
725
|
-
<recent name="C:\git\less.js\test\less" />
|
|
726
718
|
</key>
|
|
727
719
|
<key name="MoveFile.RECENT_KEYS">
|
|
720
|
+
<recent name="C:\git\less.js\lib\less\parser" />
|
|
721
|
+
<recent name="C:\git\less.js\lib\less\tree" />
|
|
722
|
+
<recent name="C:\git\less.js\lib\less\data" />
|
|
728
723
|
<recent name="C:\git\less.js\lib\less\environment\node" />
|
|
729
724
|
<recent name="C:\git\less.js\lib\less\environment" />
|
|
730
|
-
<recent name="C:\git\less.js\lib\less\visitor" />
|
|
731
|
-
<recent name="C:\git\less.js\lib\less\data" />
|
|
732
|
-
<recent name="C:\git\less.js\test\browser\less\console-errors" />
|
|
733
725
|
</key>
|
|
734
726
|
</component>
|
|
735
727
|
<component name="RunManager">
|
|
@@ -773,14 +765,14 @@
|
|
|
773
765
|
<servers />
|
|
774
766
|
</component>
|
|
775
767
|
<component name="ToolWindowManager">
|
|
776
|
-
<frame x="
|
|
768
|
+
<frame x="54" y="-8" width="1320" height="784" extended-state="6" />
|
|
777
769
|
<editor active="true" />
|
|
778
770
|
<layout>
|
|
779
771
|
<window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
|
780
772
|
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
|
781
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.
|
|
773
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.4290271" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
782
774
|
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="0" side_tool="true" content_ui="tabs" />
|
|
783
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.
|
|
775
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.26697892" sideWeight="0.57097286" order="2" side_tool="false" content_ui="combo" />
|
|
784
776
|
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
|
785
777
|
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="1" side_tool="true" content_ui="tabs" />
|
|
786
778
|
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="9" side_tool="true" content_ui="tabs" />
|
|
@@ -857,91 +849,64 @@
|
|
|
857
849
|
</breakpoint-manager>
|
|
858
850
|
</component>
|
|
859
851
|
<component name="editorHistoryManager">
|
|
860
|
-
<entry file="file://$PROJECT_DIR$/
|
|
852
|
+
<entry file="file://$PROJECT_DIR$/test/less/comments.less">
|
|
861
853
|
<provider selected="true" editor-type-id="text-editor">
|
|
862
|
-
<state line="
|
|
863
|
-
<folding />
|
|
864
|
-
</state>
|
|
854
|
+
<state line="81" column="0" selection-start="1383" selection-end="1383" vertical-scroll-proportion="0.57824427" />
|
|
865
855
|
</provider>
|
|
866
856
|
</entry>
|
|
867
|
-
<entry file="file://$PROJECT_DIR$/
|
|
857
|
+
<entry file="file://$PROJECT_DIR$/test/less/errors/javascript-error.txt">
|
|
868
858
|
<provider selected="true" editor-type-id="text-editor">
|
|
869
|
-
<state line="
|
|
870
|
-
<folding />
|
|
871
|
-
</state>
|
|
859
|
+
<state line="0" column="147" selection-start="147" selection-end="147" vertical-scroll-proportion="0.0" />
|
|
872
860
|
</provider>
|
|
873
861
|
</entry>
|
|
874
|
-
<entry file="file://$PROJECT_DIR$/test/less-
|
|
862
|
+
<entry file="file://$PROJECT_DIR$/test/less/errors/javascript-undefined-var.txt">
|
|
875
863
|
<provider selected="true" editor-type-id="text-editor">
|
|
876
|
-
<state line="
|
|
877
|
-
<folding>
|
|
878
|
-
<element signature="n#!!doc" expanded="true" />
|
|
879
|
-
</folding>
|
|
880
|
-
</state>
|
|
881
|
-
</provider>
|
|
882
|
-
</entry>
|
|
883
|
-
<entry file="file://$PROJECT_DIR$/lib/less/parser.js">
|
|
884
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
885
|
-
<state line="1636" column="24" selection-start="64398" selection-end="64398" vertical-scroll-proportion="-5.4">
|
|
886
|
-
<folding>
|
|
887
|
-
<marker date="1406490009327" expanded="true" signature="-1:-1" placeholder="{...}" />
|
|
888
|
-
<marker date="1406490009327" expanded="true" signature="-1:-1" placeholder="{...}" />
|
|
889
|
-
</folding>
|
|
890
|
-
</state>
|
|
864
|
+
<state line="4" column="0" selection-start="129" selection-end="129" vertical-scroll-proportion="0.123861566" />
|
|
891
865
|
</provider>
|
|
892
866
|
</entry>
|
|
893
|
-
<entry file="file://$PROJECT_DIR$/
|
|
867
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/javascript.js">
|
|
894
868
|
<provider selected="true" editor-type-id="text-editor">
|
|
895
|
-
<state line="
|
|
896
|
-
<folding />
|
|
897
|
-
</state>
|
|
869
|
+
<state line="8" column="23" selection-start="305" selection-end="305" vertical-scroll-proportion="0.13807106" />
|
|
898
870
|
</provider>
|
|
899
871
|
</entry>
|
|
900
|
-
<entry file="file://$PROJECT_DIR$/
|
|
872
|
+
<entry file="file://$PROJECT_DIR$/lib/less/browser.js">
|
|
901
873
|
<provider selected="true" editor-type-id="text-editor">
|
|
902
|
-
<state line="
|
|
874
|
+
<state line="5" column="5" selection-start="108" selection-end="108" vertical-scroll-proportion="0.0">
|
|
903
875
|
<folding />
|
|
904
876
|
</state>
|
|
905
877
|
</provider>
|
|
906
878
|
</entry>
|
|
907
|
-
<entry file="file://$PROJECT_DIR$/
|
|
879
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/call.js">
|
|
908
880
|
<provider selected="true" editor-type-id="text-editor">
|
|
909
|
-
<state line="
|
|
881
|
+
<state line="18" column="2" selection-start="400" selection-end="400" vertical-scroll-proportion="0.0">
|
|
910
882
|
<folding />
|
|
911
883
|
</state>
|
|
912
884
|
</provider>
|
|
913
885
|
</entry>
|
|
914
|
-
<entry file="file://$PROJECT_DIR$/
|
|
886
|
+
<entry file="file://$PROJECT_DIR$/lib/less/source-map-output.js">
|
|
915
887
|
<provider selected="true" editor-type-id="text-editor">
|
|
916
|
-
<state line="
|
|
888
|
+
<state line="22" column="28" selection-start="1054" selection-end="1054" vertical-scroll-proportion="0.0">
|
|
917
889
|
<folding />
|
|
918
890
|
</state>
|
|
919
891
|
</provider>
|
|
920
892
|
</entry>
|
|
921
|
-
<entry file="file://$PROJECT_DIR$/
|
|
893
|
+
<entry file="file://$PROJECT_DIR$/test/css/comments.css">
|
|
922
894
|
<provider selected="true" editor-type-id="text-editor">
|
|
923
|
-
<state line="
|
|
895
|
+
<state line="56" column="1" selection-start="921" selection-end="921" vertical-scroll-proportion="0.0">
|
|
924
896
|
<folding />
|
|
925
897
|
</state>
|
|
926
898
|
</provider>
|
|
927
899
|
</entry>
|
|
928
|
-
<entry file="file://$PROJECT_DIR$/
|
|
929
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
930
|
-
<state line="58" column="20" selection-start="2960" selection-end="2960" vertical-scroll-proportion="-3.4">
|
|
931
|
-
<folding />
|
|
932
|
-
</state>
|
|
933
|
-
</provider>
|
|
934
|
-
</entry>
|
|
935
|
-
<entry file="file://$PROJECT_DIR$/test/browser/less/urls.less">
|
|
900
|
+
<entry file="file://$PROJECT_DIR$/CHANGELOG.md">
|
|
936
901
|
<provider selected="true" editor-type-id="text-editor">
|
|
937
|
-
<state line="
|
|
902
|
+
<state line="8" column="12" selection-start="210" selection-end="210" vertical-scroll-proportion="0.0">
|
|
938
903
|
<folding />
|
|
939
904
|
</state>
|
|
940
905
|
</provider>
|
|
941
906
|
</entry>
|
|
942
907
|
<entry file="file://$PROJECT_DIR$/bower.json">
|
|
943
908
|
<provider selected="true" editor-type-id="text-editor">
|
|
944
|
-
<state line="3" column="28" selection-start="70" selection-end="70" vertical-scroll-proportion="
|
|
909
|
+
<state line="3" column="28" selection-start="70" selection-end="70" vertical-scroll-proportion="-1.9615384">
|
|
945
910
|
<folding />
|
|
946
911
|
</state>
|
|
947
912
|
</provider>
|
|
@@ -953,23 +918,16 @@
|
|
|
953
918
|
</state>
|
|
954
919
|
</provider>
|
|
955
920
|
</entry>
|
|
956
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
957
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
958
|
-
<state line="2" column="19" selection-start="39" selection-end="39" vertical-scroll-proportion="-1.3076923">
|
|
959
|
-
<folding />
|
|
960
|
-
</state>
|
|
961
|
-
</provider>
|
|
962
|
-
</entry>
|
|
963
921
|
<entry file="file://$PROJECT_DIR$/lib/less/index.js">
|
|
964
922
|
<provider selected="true" editor-type-id="text-editor">
|
|
965
|
-
<state line="
|
|
923
|
+
<state line="6" column="21" selection-start="128" selection-end="128" vertical-scroll-proportion="0.0">
|
|
966
924
|
<folding />
|
|
967
925
|
</state>
|
|
968
926
|
</provider>
|
|
969
927
|
</entry>
|
|
970
|
-
<entry file="file://$PROJECT_DIR$/
|
|
928
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
971
929
|
<provider selected="true" editor-type-id="text-editor">
|
|
972
|
-
<state line="
|
|
930
|
+
<state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
|
|
973
931
|
<folding />
|
|
974
932
|
</state>
|
|
975
933
|
</provider>
|