less 2.5.2 → 2.5.3
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 +7 -7
- package/.idea/less.js.iml +9 -16
- package/.idea/libraries/less_js_node_modules.xml +14 -0
- package/.idea/misc.xml +14 -5
- package/.idea/modules.xml +8 -9
- package/.idea/vcs.xml +6 -7
- package/.idea/workspace.xml +592 -824
- package/.jscsrc +72 -72
- package/CHANGELOG.md +17 -0
- package/Gruntfile.js +1 -8
- package/bower.json +1 -2
- package/dist/less-rolledup.js +8572 -0
- package/dist/less.js +8 -3
- package/dist/less.min.js +3 -3
- package/lib/less/index.js +1 -1
- package/lib/less/tree/import.js +6 -1
- package/package.json +1 -1
- package/test/browser/less.js +11 -12
- package/test/less/errors/parse-error-media-no-block-3.less +3 -3
- package/test/less/no-output.less +1 -1
- package/test/less/sourcemaps/imported.css +6 -6
- package/test/less-bom/errors/at-rules-undefined-var.txt +4 -4
- package/test/less-bom/errors/css-guard-default-func.txt +4 -4
- package/test/less-bom/errors/javascript-undefined-var.txt +4 -4
- package/test/less-bom/errors/mixins-guards-default-func-1.txt +4 -4
- package/test/less-bom/errors/mixins-guards-default-func-2.txt +4 -4
- package/test/less-bom/errors/mixins-guards-default-func-3.txt +4 -4
- package/test/less-bom/errors/parse-error-media-no-block-3.less +3 -3
- package/test/less-bom/errors/percentage-non-number-argument.less +3 -0
- package/test/less-bom/errors/percentage-non-number-argument.txt +4 -0
- package/test/less-bom/errors/property-interp-not-defined.txt +2 -2
- package/test/less-bom/import/import-inline-invalid-css.less +1 -0
- package/test/less-bom/import/import-reference.less +10 -1
- package/test/less-bom/import-reference.less +2 -0
- package/test/less-bom/mixins-args.less +48 -0
- package/test/less-bom/mixins-guards.less +9 -0
- package/test/less-bom/no-output.less +1 -1
- package/test/less-bom/sourcemaps/imported.css +6 -6
- package/test.less +1 -0
- package/.idea/codeStyleSettings.xml +0 -13
- package/.idea/encodings.xml +0 -5
- package/.idea/inspectionProfiles/Project_Default.xml +0 -8
- package/.idea/inspectionProfiles/profiles_settings.xml +0 -7
- package/.idea/jsLinters/jscs.xml +0 -4
- package/.idea/jsLinters/jshint.xml +0 -70
- package/.idea/libraries/sass_stdlib.xml +0 -8
- package/.idea/scopes/scope_settings.xml +0 -5
- package/projectFilesBackup/.idea/libraries/sass_stdlib.xml +0 -8
- package/test/sourcemaps/maps/import-map.map +0 -1
package/.idea/workspace.xml
CHANGED
|
@@ -1,825 +1,593 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ChangeListManager">
|
|
4
|
-
<list default="true" id="
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
<ignored path="
|
|
9
|
-
<ignored path="
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<option name="
|
|
13
|
-
<option name="
|
|
14
|
-
<option name="
|
|
15
|
-
<option name="
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
<option value="$PROJECT_DIR$/
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
<
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
<option name="
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
<option name="
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
<option name="
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
<option name="
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
<option name="
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
<option name="
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
<option name="
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
<option name="
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
<
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
<
|
|
352
|
-
<
|
|
353
|
-
<
|
|
354
|
-
<
|
|
355
|
-
<
|
|
356
|
-
</
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
<
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
</
|
|
382
|
-
<
|
|
383
|
-
<
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
<
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
<
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
<
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
<
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
</
|
|
452
|
-
<
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
<
|
|
473
|
-
</state>
|
|
474
|
-
</provider>
|
|
475
|
-
</entry>
|
|
476
|
-
<entry file="file://$PROJECT_DIR$/
|
|
477
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
478
|
-
<state vertical-scroll-proportion="0.
|
|
479
|
-
<caret line="
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
<
|
|
501
|
-
</state>
|
|
502
|
-
</provider>
|
|
503
|
-
</entry>
|
|
504
|
-
<entry file="file://$PROJECT_DIR$/lib/less/
|
|
505
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
506
|
-
<state vertical-scroll-proportion="
|
|
507
|
-
<caret line="
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
<
|
|
557
|
-
</state>
|
|
558
|
-
</provider>
|
|
559
|
-
</entry>
|
|
560
|
-
<entry file="file://$PROJECT_DIR$/lib/less/
|
|
561
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
562
|
-
<state vertical-scroll-proportion="
|
|
563
|
-
<caret line="
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
</provider>
|
|
594
|
-
</entry>
|
|
595
|
-
<entry file="file://$PROJECT_DIR$/test/less/errors/parse-error-media-no-block-2.txt">
|
|
596
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
597
|
-
<state vertical-scroll-proportion="0.0">
|
|
598
|
-
<caret line="0" column="136" selection-start-line="0" selection-start-column="136" selection-end-line="0" selection-end-column="136" />
|
|
599
|
-
</state>
|
|
600
|
-
</provider>
|
|
601
|
-
</entry>
|
|
602
|
-
<entry file="file://$PROJECT_DIR$/test/less/errors/parse-error-media-no-block-3.less">
|
|
603
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
604
|
-
<state vertical-scroll-proportion="0.0">
|
|
605
|
-
<caret line="3" column="3" selection-start-line="3" selection-start-column="3" selection-end-line="3" selection-end-column="3" />
|
|
606
|
-
</state>
|
|
607
|
-
</provider>
|
|
608
|
-
</entry>
|
|
609
|
-
<entry file="file://$PROJECT_DIR$/test/less/errors/parse-error-media-no-block-2.less">
|
|
610
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
611
|
-
<state vertical-scroll-proportion="0.0">
|
|
612
|
-
<caret line="0" column="6" selection-start-line="0" selection-start-column="6" selection-end-line="0" selection-end-column="6" />
|
|
613
|
-
</state>
|
|
614
|
-
</provider>
|
|
615
|
-
</entry>
|
|
616
|
-
<entry file="file://$PROJECT_DIR$/test/less/errors/parse-error-media-no-block-3.txt">
|
|
617
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
618
|
-
<state vertical-scroll-proportion="0.0">
|
|
619
|
-
<caret line="3" column="0" selection-start-line="3" selection-start-column="0" selection-end-line="3" selection-end-column="0" />
|
|
620
|
-
</state>
|
|
621
|
-
</provider>
|
|
622
|
-
</entry>
|
|
623
|
-
<entry file="file://$PROJECT_DIR$/lib/less/tree/javascript.js">
|
|
624
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
625
|
-
<state vertical-scroll-proportion="0.0">
|
|
626
|
-
<caret line="22" column="12" selection-start-line="22" selection-start-column="12" selection-end-line="22" selection-end-column="12" />
|
|
627
|
-
</state>
|
|
628
|
-
</provider>
|
|
629
|
-
</entry>
|
|
630
|
-
<entry file="file://$PROJECT_DIR$/test/less/css-3.less">
|
|
631
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
632
|
-
<state vertical-scroll-proportion="0.33766234">
|
|
633
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
634
|
-
</state>
|
|
635
|
-
</provider>
|
|
636
|
-
</entry>
|
|
637
|
-
<entry file="file://$PROJECT_DIR$/lib/less/parser/parser-input.js">
|
|
638
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
639
|
-
<state vertical-scroll-proportion="-10.923077">
|
|
640
|
-
<caret line="74" column="0" selection-start-line="74" selection-start-column="0" selection-end-line="74" selection-end-column="0" />
|
|
641
|
-
</state>
|
|
642
|
-
</provider>
|
|
643
|
-
</entry>
|
|
644
|
-
<entry file="file://$PROJECT_DIR$/lib/less/parser/parser.js">
|
|
645
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
646
|
-
<state vertical-scroll-proportion="-3.4230769">
|
|
647
|
-
<caret line="952" column="12" selection-start-line="952" selection-start-column="12" selection-end-line="952" selection-end-column="12" />
|
|
648
|
-
</state>
|
|
649
|
-
</provider>
|
|
650
|
-
</entry>
|
|
651
|
-
<entry file="file://$PROJECT_DIR$/lib/less-node/index.js">
|
|
652
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
653
|
-
<state vertical-scroll-proportion="0.0">
|
|
654
|
-
<caret line="70" column="11" selection-start-line="70" selection-start-column="11" selection-end-line="70" selection-end-column="11" />
|
|
655
|
-
</state>
|
|
656
|
-
</provider>
|
|
657
|
-
</entry>
|
|
658
|
-
<entry file="file://$PROJECT_DIR$/lib/less/functions/data-uri.js">
|
|
659
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
660
|
-
<state vertical-scroll-proportion="0.0">
|
|
661
|
-
<caret line="27" column="8" selection-start-line="27" selection-start-column="8" selection-end-line="27" selection-end-column="8" />
|
|
662
|
-
</state>
|
|
663
|
-
</provider>
|
|
664
|
-
</entry>
|
|
665
|
-
<entry file="file://$PROJECT_DIR$/lib/less-node/image-size.js">
|
|
666
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
667
|
-
<state vertical-scroll-proportion="0.0">
|
|
668
|
-
<caret line="12" column="20" selection-start-line="12" selection-start-column="20" selection-end-line="12" selection-end-column="20" />
|
|
669
|
-
</state>
|
|
670
|
-
</provider>
|
|
671
|
-
</entry>
|
|
672
|
-
<entry file="file://$PROJECT_DIR$/lib/less/import-manager.js">
|
|
673
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
674
|
-
<state vertical-scroll-proportion="0.0">
|
|
675
|
-
<caret line="75" column="40" selection-start-line="75" selection-start-column="40" selection-end-line="75" selection-end-column="40" />
|
|
676
|
-
</state>
|
|
677
|
-
</provider>
|
|
678
|
-
</entry>
|
|
679
|
-
<entry file="file://$PROJECT_DIR$/lib/less/visitors/import-visitor.js">
|
|
680
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
681
|
-
<state vertical-scroll-proportion="0.0">
|
|
682
|
-
<caret line="99" column="13" selection-start-line="99" selection-start-column="13" selection-end-line="99" selection-end-column="13" />
|
|
683
|
-
</state>
|
|
684
|
-
</provider>
|
|
685
|
-
</entry>
|
|
686
|
-
<entry file="file://$PROJECT_DIR$/lib/less/visitors/to-css-visitor.js">
|
|
687
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
688
|
-
<state vertical-scroll-proportion="-10.307693">
|
|
689
|
-
<caret line="201" column="30" selection-start-line="201" selection-start-column="30" selection-end-line="201" selection-end-column="30" />
|
|
690
|
-
</state>
|
|
691
|
-
</provider>
|
|
692
|
-
</entry>
|
|
693
|
-
<entry file="file://$PROJECT_DIR$/test/less/url-args/urls.less">
|
|
694
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
695
|
-
<state vertical-scroll-proportion="0.6757493">
|
|
696
|
-
<caret line="59" column="0" selection-start-line="59" selection-start-column="0" selection-end-line="59" selection-end-column="0" />
|
|
697
|
-
</state>
|
|
698
|
-
</provider>
|
|
699
|
-
</entry>
|
|
700
|
-
<entry file="file://$PROJECT_DIR$/lib/less/tree/import.js">
|
|
701
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
702
|
-
<state vertical-scroll-proportion="0.0">
|
|
703
|
-
<caret line="36" column="2" selection-start-line="36" selection-start-column="2" selection-end-line="36" selection-end-column="2" />
|
|
704
|
-
</state>
|
|
705
|
-
</provider>
|
|
706
|
-
</entry>
|
|
707
|
-
<entry file="file://$PROJECT_DIR$/lib/less/tree/anonymous.js">
|
|
708
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
709
|
-
<state vertical-scroll-proportion="0.38896367">
|
|
710
|
-
<caret line="17" column="20" selection-start-line="17" selection-start-column="20" selection-end-line="17" selection-end-column="20" />
|
|
711
|
-
</state>
|
|
712
|
-
</provider>
|
|
713
|
-
</entry>
|
|
714
|
-
<entry file="file://$PROJECT_DIR$/lib/less/tree/directive.js">
|
|
715
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
716
|
-
<state vertical-scroll-proportion="0.0">
|
|
717
|
-
<caret line="38" column="20" selection-start-line="38" selection-start-column="20" selection-end-line="38" selection-end-column="20" />
|
|
718
|
-
</state>
|
|
719
|
-
</provider>
|
|
720
|
-
</entry>
|
|
721
|
-
<entry file="file://$PROJECT_DIR$/lib/less/tree/comment.js">
|
|
722
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
723
|
-
<state vertical-scroll-proportion="0.0">
|
|
724
|
-
<caret line="25" column="0" selection-start-line="25" selection-start-column="0" selection-end-line="25" selection-end-column="0" />
|
|
725
|
-
</state>
|
|
726
|
-
</provider>
|
|
727
|
-
</entry>
|
|
728
|
-
<entry file="file://$PROJECT_DIR$/test/css/media.css">
|
|
729
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
730
|
-
<state vertical-scroll-proportion="0.0">
|
|
731
|
-
<caret line="122" column="15" selection-start-line="122" selection-start-column="15" selection-end-line="122" selection-end-column="15" />
|
|
732
|
-
</state>
|
|
733
|
-
</provider>
|
|
734
|
-
</entry>
|
|
735
|
-
<entry file="file://$PROJECT_DIR$/lib/less/tree/ruleset.js">
|
|
736
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
737
|
-
<state vertical-scroll-proportion="0.0">
|
|
738
|
-
<caret line="392" column="0" selection-start-line="392" selection-start-column="0" selection-end-line="392" selection-end-column="0" />
|
|
739
|
-
</state>
|
|
740
|
-
</provider>
|
|
741
|
-
</entry>
|
|
742
|
-
<entry file="file://$PROJECT_DIR$/test/less/import.less">
|
|
743
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
744
|
-
<state vertical-scroll-proportion="0.0">
|
|
745
|
-
<caret line="0" column="25" selection-start-line="0" selection-start-column="25" selection-end-line="0" selection-end-column="25" />
|
|
746
|
-
<folding />
|
|
747
|
-
</state>
|
|
748
|
-
</provider>
|
|
749
|
-
</entry>
|
|
750
|
-
<entry file="file://$PROJECT_DIR$/test/css/import.css">
|
|
751
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
752
|
-
<state vertical-scroll-proportion="0.0">
|
|
753
|
-
<caret line="0" column="17" selection-start-line="0" selection-start-column="17" selection-end-line="0" selection-end-column="17" />
|
|
754
|
-
<folding />
|
|
755
|
-
</state>
|
|
756
|
-
</provider>
|
|
757
|
-
</entry>
|
|
758
|
-
<entry file="file://$PROJECT_DIR$/lib/less-node/lessc-helper.js">
|
|
759
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
760
|
-
<state vertical-scroll-proportion="0.0">
|
|
761
|
-
<caret line="30" column="83" selection-start-line="30" selection-start-column="83" selection-end-line="30" selection-end-column="83" />
|
|
762
|
-
<folding />
|
|
763
|
-
</state>
|
|
764
|
-
</provider>
|
|
765
|
-
</entry>
|
|
766
|
-
<entry file="file://$PROJECT_DIR$/bin/lessc">
|
|
767
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
768
|
-
<state vertical-scroll-proportion="0.0">
|
|
769
|
-
<caret line="158" column="24" selection-start-line="158" selection-start-column="24" selection-end-line="158" selection-end-column="78" />
|
|
770
|
-
<folding />
|
|
771
|
-
</state>
|
|
772
|
-
</provider>
|
|
773
|
-
</entry>
|
|
774
|
-
<entry file="file://$PROJECT_DIR$/lib/less-rhino/index.js">
|
|
775
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
776
|
-
<state vertical-scroll-proportion="0.0">
|
|
777
|
-
<caret line="271" column="0" selection-start-line="271" selection-start-column="0" selection-end-line="271" selection-end-column="0" />
|
|
778
|
-
<folding>
|
|
779
|
-
<element signature="n#!!doc" expanded="true" />
|
|
780
|
-
</folding>
|
|
781
|
-
</state>
|
|
782
|
-
</provider>
|
|
783
|
-
</entry>
|
|
784
|
-
<entry file="file://$PROJECT_DIR$/CHANGELOG.md">
|
|
785
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
786
|
-
<state vertical-scroll-proportion="0.0">
|
|
787
|
-
<caret line="19" column="56" selection-start-line="19" selection-start-column="56" selection-end-line="19" selection-end-column="56" />
|
|
788
|
-
<folding />
|
|
789
|
-
</state>
|
|
790
|
-
</provider>
|
|
791
|
-
</entry>
|
|
792
|
-
<entry file="file://$PROJECT_DIR$/lib/less/index.js">
|
|
793
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
794
|
-
<state vertical-scroll-proportion="0.0">
|
|
795
|
-
<caret line="4" column="22" selection-start-line="4" selection-start-column="22" selection-end-line="4" selection-end-column="22" />
|
|
796
|
-
<folding />
|
|
797
|
-
</state>
|
|
798
|
-
</provider>
|
|
799
|
-
</entry>
|
|
800
|
-
<entry file="file://$PROJECT_DIR$/package.json">
|
|
801
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
802
|
-
<state vertical-scroll-proportion="0.0">
|
|
803
|
-
<caret line="2" column="17" selection-start-line="2" selection-start-column="17" selection-end-line="2" selection-end-column="17" />
|
|
804
|
-
<folding />
|
|
805
|
-
</state>
|
|
806
|
-
</provider>
|
|
807
|
-
</entry>
|
|
808
|
-
<entry file="file://$PROJECT_DIR$/index.js">
|
|
809
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
810
|
-
<state vertical-scroll-proportion="0.0">
|
|
811
|
-
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
812
|
-
<folding />
|
|
813
|
-
</state>
|
|
814
|
-
</provider>
|
|
815
|
-
</entry>
|
|
816
|
-
<entry file="file://$PROJECT_DIR$/bower.json">
|
|
817
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
818
|
-
<state vertical-scroll-proportion="0.1918736">
|
|
819
|
-
<caret line="5" column="12" selection-start-line="5" selection-start-column="12" selection-end-line="5" selection-end-column="12" />
|
|
820
|
-
<folding />
|
|
821
|
-
</state>
|
|
822
|
-
</provider>
|
|
823
|
-
</entry>
|
|
824
|
-
</component>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="e8870485-faeb-44be-ba68-19376da658d9" name="Default" comment="">
|
|
5
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Gruntfile.js" afterPath="$PROJECT_DIR$/Gruntfile.js" />
|
|
6
|
+
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/bower.json" afterPath="$PROJECT_DIR$/bower.json" />
|
|
7
|
+
</list>
|
|
8
|
+
<ignored path="less.js.iws" />
|
|
9
|
+
<ignored path=".idea/workspace.xml" />
|
|
10
|
+
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
11
|
+
<option name="TRACKING_ENABLED" value="true" />
|
|
12
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
13
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
14
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
15
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
16
|
+
</component>
|
|
17
|
+
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
|
18
|
+
<component name="CreatePatchCommitExecutor">
|
|
19
|
+
<option name="PATCH_PATH" value="" />
|
|
20
|
+
</component>
|
|
21
|
+
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
22
|
+
<component name="FavoritesManager">
|
|
23
|
+
<favorites_list name="less.js" />
|
|
24
|
+
</component>
|
|
25
|
+
<component name="FileEditorManager">
|
|
26
|
+
<leaf>
|
|
27
|
+
<file leaf-file-name="detached-ruleset.js" pinned="false" current-in-tab="false">
|
|
28
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/detached-ruleset.js">
|
|
29
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
30
|
+
<state vertical-scroll-proportion="-0.3148148">
|
|
31
|
+
<caret line="1" column="12" selection-start-line="1" selection-start-column="12" selection-end-line="1" selection-end-column="12" />
|
|
32
|
+
<folding />
|
|
33
|
+
</state>
|
|
34
|
+
</provider>
|
|
35
|
+
</entry>
|
|
36
|
+
</file>
|
|
37
|
+
<file leaf-file-name="mixin-definition.js" pinned="false" current-in-tab="false">
|
|
38
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/mixin-definition.js">
|
|
39
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
40
|
+
<state vertical-scroll-proportion="-1.574074">
|
|
41
|
+
<caret line="5" column="12" selection-start-line="5" selection-start-column="12" selection-end-line="5" selection-end-column="12" />
|
|
42
|
+
<folding />
|
|
43
|
+
</state>
|
|
44
|
+
</provider>
|
|
45
|
+
</entry>
|
|
46
|
+
</file>
|
|
47
|
+
<file leaf-file-name="ruleset.js" pinned="false" current-in-tab="false">
|
|
48
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/ruleset.js">
|
|
49
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
50
|
+
<state vertical-scroll-proportion="-1.574074">
|
|
51
|
+
<caret line="5" column="12" selection-start-line="5" selection-start-column="12" selection-end-line="5" selection-end-column="12" />
|
|
52
|
+
<folding />
|
|
53
|
+
</state>
|
|
54
|
+
</provider>
|
|
55
|
+
</entry>
|
|
56
|
+
</file>
|
|
57
|
+
<file leaf-file-name="import-visitor.js" pinned="false" current-in-tab="false">
|
|
58
|
+
<entry file="file://$PROJECT_DIR$/lib/less/visitors/import-visitor.js">
|
|
59
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
60
|
+
<state vertical-scroll-proportion="-4.0925927">
|
|
61
|
+
<caret line="13" column="53" selection-start-line="13" selection-start-column="53" selection-end-line="13" selection-end-column="53" />
|
|
62
|
+
<folding />
|
|
63
|
+
</state>
|
|
64
|
+
</provider>
|
|
65
|
+
</entry>
|
|
66
|
+
</file>
|
|
67
|
+
<file leaf-file-name="math.js" pinned="false" current-in-tab="false">
|
|
68
|
+
<entry file="file://$PROJECT_DIR$/lib/less/functions/math.js">
|
|
69
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
70
|
+
<state vertical-scroll-proportion="-2.3493977">
|
|
71
|
+
<caret line="25" column="11" selection-start-line="25" selection-start-column="11" selection-end-line="25" selection-end-column="11" />
|
|
72
|
+
<folding />
|
|
73
|
+
</state>
|
|
74
|
+
</provider>
|
|
75
|
+
</entry>
|
|
76
|
+
</file>
|
|
77
|
+
<file leaf-file-name="number.js" pinned="false" current-in-tab="false">
|
|
78
|
+
<entry file="file://$PROJECT_DIR$/lib/less/functions/number.js">
|
|
79
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
80
|
+
<state vertical-scroll-proportion="-1.7349398">
|
|
81
|
+
<caret line="77" column="0" selection-start-line="77" selection-start-column="0" selection-end-line="77" selection-end-column="0" />
|
|
82
|
+
<folding />
|
|
83
|
+
</state>
|
|
84
|
+
</provider>
|
|
85
|
+
</entry>
|
|
86
|
+
</file>
|
|
87
|
+
<file leaf-file-name="extend.js" pinned="false" current-in-tab="false">
|
|
88
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/extend.js">
|
|
89
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
90
|
+
<state vertical-scroll-proportion="-0.6296296">
|
|
91
|
+
<caret line="2" column="15" selection-start-line="2" selection-start-column="15" selection-end-line="2" selection-end-column="15" />
|
|
92
|
+
<folding />
|
|
93
|
+
</state>
|
|
94
|
+
</provider>
|
|
95
|
+
</entry>
|
|
96
|
+
</file>
|
|
97
|
+
<file leaf-file-name="import.js" pinned="false" current-in-tab="false">
|
|
98
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/import.js">
|
|
99
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
100
|
+
<state vertical-scroll-proportion="-1.7727273">
|
|
101
|
+
<caret line="135" column="0" selection-start-line="135" selection-start-column="0" selection-end-line="135" selection-end-column="0" />
|
|
102
|
+
<folding />
|
|
103
|
+
</state>
|
|
104
|
+
</provider>
|
|
105
|
+
</entry>
|
|
106
|
+
</file>
|
|
107
|
+
<file leaf-file-name="Gruntfile.js" pinned="false" current-in-tab="true">
|
|
108
|
+
<entry file="file://$PROJECT_DIR$/Gruntfile.js">
|
|
109
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
110
|
+
<state vertical-scroll-proportion="0.42647058">
|
|
111
|
+
<caret line="371" column="33" selection-start-line="371" selection-start-column="33" selection-end-line="371" selection-end-column="33" />
|
|
112
|
+
<folding />
|
|
113
|
+
</state>
|
|
114
|
+
</provider>
|
|
115
|
+
</entry>
|
|
116
|
+
</file>
|
|
117
|
+
<file leaf-file-name="math-helper.js" pinned="false" current-in-tab="false">
|
|
118
|
+
<entry file="file://$PROJECT_DIR$/lib/less/functions/math-helper.js">
|
|
119
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
120
|
+
<state vertical-scroll-proportion="-0.0">
|
|
121
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
122
|
+
<folding />
|
|
123
|
+
</state>
|
|
124
|
+
</provider>
|
|
125
|
+
</entry>
|
|
126
|
+
</file>
|
|
127
|
+
</leaf>
|
|
128
|
+
</component>
|
|
129
|
+
<component name="Git.Settings">
|
|
130
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
131
|
+
</component>
|
|
132
|
+
<component name="IdeDocumentHistory">
|
|
133
|
+
<option name="CHANGED_PATHS">
|
|
134
|
+
<list>
|
|
135
|
+
<option value="$PROJECT_DIR$/package.json" />
|
|
136
|
+
<option value="$PROJECT_DIR$/lib/less/index.js" />
|
|
137
|
+
<option value="$PROJECT_DIR$/dist/less.js" />
|
|
138
|
+
<option value="$PROJECT_DIR$/dist/less.min.js" />
|
|
139
|
+
<option value="$PROJECT_DIR$/lib/less/tree/node.js" />
|
|
140
|
+
<option value="$PROJECT_DIR$/lib/less/tree/js-eval-node.js" />
|
|
141
|
+
<option value="$PROJECT_DIR$/lib/less/tree/detached-ruleset.js" />
|
|
142
|
+
<option value="$PROJECT_DIR$/lib/less/tree/mixin-definition.js" />
|
|
143
|
+
<option value="$PROJECT_DIR$/lib/less/tree/ruleset.js" />
|
|
144
|
+
<option value="$PROJECT_DIR$/lib/less/visitors/import-visitor.js" />
|
|
145
|
+
<option value="$PROJECT_DIR$/lib/less/functions/math.js" />
|
|
146
|
+
<option value="$PROJECT_DIR$/lib/less/functions/number.js" />
|
|
147
|
+
<option value="$PROJECT_DIR$/lib/less/tree/extend.js" />
|
|
148
|
+
<option value="$PROJECT_DIR$/lib/less/tree/import.js" />
|
|
149
|
+
<option value="$PROJECT_DIR$/Gruntfile.js" />
|
|
150
|
+
</list>
|
|
151
|
+
</option>
|
|
152
|
+
</component>
|
|
153
|
+
<component name="JsBuildToolGruntFileManager" detection-done="true">
|
|
154
|
+
<gruntfile path="$PROJECT_DIR$/Gruntfile.js" />
|
|
155
|
+
</component>
|
|
156
|
+
<component name="JsGulpfileManager">
|
|
157
|
+
<detection-done>true</detection-done>
|
|
158
|
+
</component>
|
|
159
|
+
<component name="NamedScopeManager">
|
|
160
|
+
<order />
|
|
161
|
+
</component>
|
|
162
|
+
<component name="ProjectFrameBounds">
|
|
163
|
+
<option name="x" value="1912" />
|
|
164
|
+
<option name="y" value="-8" />
|
|
165
|
+
<option name="width" value="1936" />
|
|
166
|
+
<option name="height" value="1096" />
|
|
167
|
+
</component>
|
|
168
|
+
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
169
|
+
<OptionsSetting value="true" id="Add" />
|
|
170
|
+
<OptionsSetting value="true" id="Remove" />
|
|
171
|
+
<OptionsSetting value="true" id="Checkout" />
|
|
172
|
+
<OptionsSetting value="true" id="Update" />
|
|
173
|
+
<OptionsSetting value="true" id="Status" />
|
|
174
|
+
<OptionsSetting value="true" id="Edit" />
|
|
175
|
+
<ConfirmationsSetting value="0" id="Add" />
|
|
176
|
+
<ConfirmationsSetting value="0" id="Remove" />
|
|
177
|
+
</component>
|
|
178
|
+
<component name="ProjectView">
|
|
179
|
+
<navigator currentView="ProjectPane" proportions="" version="1">
|
|
180
|
+
<flattenPackages />
|
|
181
|
+
<showMembers />
|
|
182
|
+
<showModules />
|
|
183
|
+
<showLibraryContents />
|
|
184
|
+
<hideEmptyPackages />
|
|
185
|
+
<abbreviatePackageNames />
|
|
186
|
+
<autoscrollToSource />
|
|
187
|
+
<autoscrollFromSource />
|
|
188
|
+
<sortByType />
|
|
189
|
+
</navigator>
|
|
190
|
+
<panes>
|
|
191
|
+
<pane id="Scope" />
|
|
192
|
+
<pane id="ProjectPane">
|
|
193
|
+
<subPane>
|
|
194
|
+
<PATH>
|
|
195
|
+
<PATH_ELEMENT>
|
|
196
|
+
<option name="myItemId" value="less.js" />
|
|
197
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
198
|
+
</PATH_ELEMENT>
|
|
199
|
+
</PATH>
|
|
200
|
+
<PATH>
|
|
201
|
+
<PATH_ELEMENT>
|
|
202
|
+
<option name="myItemId" value="less.js" />
|
|
203
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
204
|
+
</PATH_ELEMENT>
|
|
205
|
+
<PATH_ELEMENT>
|
|
206
|
+
<option name="myItemId" value="less.js" />
|
|
207
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
208
|
+
</PATH_ELEMENT>
|
|
209
|
+
</PATH>
|
|
210
|
+
<PATH>
|
|
211
|
+
<PATH_ELEMENT>
|
|
212
|
+
<option name="myItemId" value="less.js" />
|
|
213
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
214
|
+
</PATH_ELEMENT>
|
|
215
|
+
<PATH_ELEMENT>
|
|
216
|
+
<option name="myItemId" value="less.js" />
|
|
217
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
218
|
+
</PATH_ELEMENT>
|
|
219
|
+
<PATH_ELEMENT>
|
|
220
|
+
<option name="myItemId" value="lib" />
|
|
221
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
222
|
+
</PATH_ELEMENT>
|
|
223
|
+
</PATH>
|
|
224
|
+
<PATH>
|
|
225
|
+
<PATH_ELEMENT>
|
|
226
|
+
<option name="myItemId" value="less.js" />
|
|
227
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
228
|
+
</PATH_ELEMENT>
|
|
229
|
+
<PATH_ELEMENT>
|
|
230
|
+
<option name="myItemId" value="less.js" />
|
|
231
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
232
|
+
</PATH_ELEMENT>
|
|
233
|
+
<PATH_ELEMENT>
|
|
234
|
+
<option name="myItemId" value="lib" />
|
|
235
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
236
|
+
</PATH_ELEMENT>
|
|
237
|
+
<PATH_ELEMENT>
|
|
238
|
+
<option name="myItemId" value="less" />
|
|
239
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
240
|
+
</PATH_ELEMENT>
|
|
241
|
+
</PATH>
|
|
242
|
+
<PATH>
|
|
243
|
+
<PATH_ELEMENT>
|
|
244
|
+
<option name="myItemId" value="less.js" />
|
|
245
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
246
|
+
</PATH_ELEMENT>
|
|
247
|
+
<PATH_ELEMENT>
|
|
248
|
+
<option name="myItemId" value="less.js" />
|
|
249
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
250
|
+
</PATH_ELEMENT>
|
|
251
|
+
<PATH_ELEMENT>
|
|
252
|
+
<option name="myItemId" value="lib" />
|
|
253
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
254
|
+
</PATH_ELEMENT>
|
|
255
|
+
<PATH_ELEMENT>
|
|
256
|
+
<option name="myItemId" value="less" />
|
|
257
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
258
|
+
</PATH_ELEMENT>
|
|
259
|
+
<PATH_ELEMENT>
|
|
260
|
+
<option name="myItemId" value="tree" />
|
|
261
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
262
|
+
</PATH_ELEMENT>
|
|
263
|
+
</PATH>
|
|
264
|
+
<PATH>
|
|
265
|
+
<PATH_ELEMENT>
|
|
266
|
+
<option name="myItemId" value="less.js" />
|
|
267
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
268
|
+
</PATH_ELEMENT>
|
|
269
|
+
<PATH_ELEMENT>
|
|
270
|
+
<option name="myItemId" value="less.js" />
|
|
271
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
272
|
+
</PATH_ELEMENT>
|
|
273
|
+
<PATH_ELEMENT>
|
|
274
|
+
<option name="myItemId" value="lib" />
|
|
275
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
276
|
+
</PATH_ELEMENT>
|
|
277
|
+
<PATH_ELEMENT>
|
|
278
|
+
<option name="myItemId" value="less" />
|
|
279
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
280
|
+
</PATH_ELEMENT>
|
|
281
|
+
<PATH_ELEMENT>
|
|
282
|
+
<option name="myItemId" value="plugins" />
|
|
283
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
284
|
+
</PATH_ELEMENT>
|
|
285
|
+
</PATH>
|
|
286
|
+
<PATH>
|
|
287
|
+
<PATH_ELEMENT>
|
|
288
|
+
<option name="myItemId" value="less.js" />
|
|
289
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
|
290
|
+
</PATH_ELEMENT>
|
|
291
|
+
<PATH_ELEMENT>
|
|
292
|
+
<option name="myItemId" value="less.js" />
|
|
293
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
294
|
+
</PATH_ELEMENT>
|
|
295
|
+
<PATH_ELEMENT>
|
|
296
|
+
<option name="myItemId" value="dist" />
|
|
297
|
+
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
|
298
|
+
</PATH_ELEMENT>
|
|
299
|
+
</PATH>
|
|
300
|
+
</subPane>
|
|
301
|
+
</pane>
|
|
302
|
+
<pane id="Scratches" />
|
|
303
|
+
</panes>
|
|
304
|
+
</component>
|
|
305
|
+
<component name="PropertiesComponent">
|
|
306
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
307
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
308
|
+
<property name="HbShouldOpenHtmlAsHb" value="" />
|
|
309
|
+
<property name="FullScreen" value="false" />
|
|
310
|
+
<property name="settings.editor.selected.configurable" value="Settings.JavaScript" />
|
|
311
|
+
<property name="JavaScriptLanguageLevel" value="ES6" />
|
|
312
|
+
<property name="JavaScriptPreferStrict" value="false" />
|
|
313
|
+
<property name="JavaScriptWeakerCompletionTypeGuess" value="true" />
|
|
314
|
+
<property name="settings.editor.splitter.proportion" value="0.2" />
|
|
315
|
+
</component>
|
|
316
|
+
<component name="RunManager">
|
|
317
|
+
<configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" working-dir="">
|
|
318
|
+
<method />
|
|
319
|
+
</configuration>
|
|
320
|
+
</component>
|
|
321
|
+
<component name="ShelveChangesManager" show_recycled="false" />
|
|
322
|
+
<component name="SvnConfiguration">
|
|
323
|
+
<configuration />
|
|
324
|
+
</component>
|
|
325
|
+
<component name="TaskManager">
|
|
326
|
+
<task active="true" id="Default" summary="Default task">
|
|
327
|
+
<changelist id="e8870485-faeb-44be-ba68-19376da658d9" name="Default" comment="" />
|
|
328
|
+
<created>1432207335209</created>
|
|
329
|
+
<option name="number" value="Default" />
|
|
330
|
+
<updated>1432207335209</updated>
|
|
331
|
+
</task>
|
|
332
|
+
<servers />
|
|
333
|
+
</component>
|
|
334
|
+
<component name="ToolWindowManager">
|
|
335
|
+
<frame x="1912" y="-8" width="1936" height="1096" extended-state="6" />
|
|
336
|
+
<editor active="true" />
|
|
337
|
+
<layout>
|
|
338
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
|
339
|
+
<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" />
|
|
340
|
+
<window_info id="Grunt " active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
|
341
|
+
<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="7" side_tool="true" content_ui="tabs" />
|
|
342
|
+
<window_info id="Application Servers" 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" />
|
|
343
|
+
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.3191268" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
344
|
+
<window_info id="Version Control" 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" />
|
|
345
|
+
<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="1" side_tool="false" content_ui="tabs" />
|
|
346
|
+
<window_info id="Terminal" 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" />
|
|
347
|
+
<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="2" side_tool="true" content_ui="tabs" />
|
|
348
|
+
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
|
349
|
+
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
350
|
+
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
|
351
|
+
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
|
352
|
+
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
|
353
|
+
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
|
354
|
+
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
|
355
|
+
<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" />
|
|
356
|
+
</layout>
|
|
357
|
+
</component>
|
|
358
|
+
<component name="Vcs.Log.UiProperties">
|
|
359
|
+
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
|
360
|
+
<collection />
|
|
361
|
+
</option>
|
|
362
|
+
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
|
363
|
+
<collection />
|
|
364
|
+
</option>
|
|
365
|
+
</component>
|
|
366
|
+
<component name="VcsContentAnnotationSettings">
|
|
367
|
+
<option name="myLimit" value="2678400000" />
|
|
368
|
+
</component>
|
|
369
|
+
<component name="XDebuggerManager">
|
|
370
|
+
<breakpoint-manager />
|
|
371
|
+
<watches-manager />
|
|
372
|
+
</component>
|
|
373
|
+
<component name="editorHistoryManager">
|
|
374
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
375
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
376
|
+
<state vertical-scroll-proportion="0.0">
|
|
377
|
+
<caret line="14" column="4" selection-start-line="14" selection-start-column="4" selection-end-line="14" selection-end-column="4" />
|
|
378
|
+
<folding />
|
|
379
|
+
</state>
|
|
380
|
+
</provider>
|
|
381
|
+
</entry>
|
|
382
|
+
<entry file="file://$PROJECT_DIR$/bower.json">
|
|
383
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
384
|
+
<state vertical-scroll-proportion="0.0">
|
|
385
|
+
<caret line="15" column="12" selection-start-line="15" selection-start-column="12" selection-end-line="15" selection-end-column="12" />
|
|
386
|
+
<folding />
|
|
387
|
+
</state>
|
|
388
|
+
</provider>
|
|
389
|
+
</entry>
|
|
390
|
+
<entry file="file://$PROJECT_DIR$/lib/less/index.js">
|
|
391
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
392
|
+
<state vertical-scroll-proportion="0.0">
|
|
393
|
+
<caret line="15" column="30" selection-start-line="15" selection-start-column="30" selection-end-line="15" selection-end-column="30" />
|
|
394
|
+
<folding />
|
|
395
|
+
</state>
|
|
396
|
+
</provider>
|
|
397
|
+
</entry>
|
|
398
|
+
<entry file="file://$PROJECT_DIR$/dist/less.js">
|
|
399
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
400
|
+
<state vertical-scroll-proportion="0.0">
|
|
401
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
402
|
+
<folding>
|
|
403
|
+
<element signature="n#!!doc" expanded="true" />
|
|
404
|
+
</folding>
|
|
405
|
+
</state>
|
|
406
|
+
</provider>
|
|
407
|
+
</entry>
|
|
408
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
409
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
410
|
+
<state vertical-scroll-proportion="0.0">
|
|
411
|
+
<caret line="14" column="4" selection-start-line="14" selection-start-column="4" selection-end-line="14" selection-end-column="4" />
|
|
412
|
+
<folding />
|
|
413
|
+
</state>
|
|
414
|
+
</provider>
|
|
415
|
+
</entry>
|
|
416
|
+
<entry file="file://$PROJECT_DIR$/bower.json">
|
|
417
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
418
|
+
<state vertical-scroll-proportion="0.0">
|
|
419
|
+
<caret line="15" column="13" selection-start-line="15" selection-start-column="13" selection-end-line="15" selection-end-column="13" />
|
|
420
|
+
<folding />
|
|
421
|
+
</state>
|
|
422
|
+
</provider>
|
|
423
|
+
</entry>
|
|
424
|
+
<entry file="file://$PROJECT_DIR$/lib/less/index.js">
|
|
425
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
426
|
+
<state vertical-scroll-proportion="0.0">
|
|
427
|
+
<caret line="15" column="30" selection-start-line="15" selection-start-column="30" selection-end-line="15" selection-end-column="30" />
|
|
428
|
+
<folding />
|
|
429
|
+
</state>
|
|
430
|
+
</provider>
|
|
431
|
+
</entry>
|
|
432
|
+
<entry file="file://$PROJECT_DIR$/dist/less.js">
|
|
433
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
434
|
+
<state vertical-scroll-proportion="0.0">
|
|
435
|
+
<caret line="9" column="25" selection-start-line="9" selection-start-column="25" selection-end-line="9" selection-end-column="25" />
|
|
436
|
+
<folding>
|
|
437
|
+
<element signature="n#!!doc" expanded="true" />
|
|
438
|
+
</folding>
|
|
439
|
+
</state>
|
|
440
|
+
</provider>
|
|
441
|
+
</entry>
|
|
442
|
+
<entry file="file://$PROJECT_DIR$/dist/less.min.js">
|
|
443
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
444
|
+
<state vertical-scroll-proportion="0.0">
|
|
445
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
446
|
+
<folding>
|
|
447
|
+
<element signature="n#!!doc" expanded="true" />
|
|
448
|
+
</folding>
|
|
449
|
+
</state>
|
|
450
|
+
</provider>
|
|
451
|
+
</entry>
|
|
452
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
453
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
454
|
+
<state vertical-scroll-proportion="-0.0">
|
|
455
|
+
<caret line="14" column="4" selection-start-line="14" selection-start-column="4" selection-end-line="14" selection-end-column="4" />
|
|
456
|
+
<folding />
|
|
457
|
+
</state>
|
|
458
|
+
</provider>
|
|
459
|
+
</entry>
|
|
460
|
+
<entry file="file://$PROJECT_DIR$/bower.json">
|
|
461
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
462
|
+
<state vertical-scroll-proportion="0.0">
|
|
463
|
+
<caret line="15" column="12" selection-start-line="15" selection-start-column="12" selection-end-line="15" selection-end-column="12" />
|
|
464
|
+
<folding />
|
|
465
|
+
</state>
|
|
466
|
+
</provider>
|
|
467
|
+
</entry>
|
|
468
|
+
<entry file="file://$PROJECT_DIR$/lib/less/index.js">
|
|
469
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
470
|
+
<state vertical-scroll-proportion="0.0">
|
|
471
|
+
<caret line="15" column="30" selection-start-line="15" selection-start-column="30" selection-end-line="15" selection-end-column="30" />
|
|
472
|
+
<folding />
|
|
473
|
+
</state>
|
|
474
|
+
</provider>
|
|
475
|
+
</entry>
|
|
476
|
+
<entry file="file://$PROJECT_DIR$/dist/less.min.js">
|
|
477
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
478
|
+
<state vertical-scroll-proportion="0.16363636">
|
|
479
|
+
<caret line="9" column="25" selection-start-line="9" selection-start-column="25" selection-end-line="9" selection-end-column="25" />
|
|
480
|
+
<folding>
|
|
481
|
+
<element signature="n#!!doc" expanded="true" />
|
|
482
|
+
</folding>
|
|
483
|
+
</state>
|
|
484
|
+
</provider>
|
|
485
|
+
</entry>
|
|
486
|
+
<entry file="file://$PROJECT_DIR$/dist/less.js">
|
|
487
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
488
|
+
<state vertical-scroll-proportion="0.0">
|
|
489
|
+
<caret line="41" column="29" selection-start-line="41" selection-start-column="29" selection-end-line="41" selection-end-column="29" />
|
|
490
|
+
<folding>
|
|
491
|
+
<element signature="n#!!doc" expanded="true" />
|
|
492
|
+
</folding>
|
|
493
|
+
</state>
|
|
494
|
+
</provider>
|
|
495
|
+
</entry>
|
|
496
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/node.js">
|
|
497
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
498
|
+
<state vertical-scroll-proportion="-7.240741">
|
|
499
|
+
<caret line="23" column="31" selection-start-line="23" selection-start-column="31" selection-end-line="23" selection-end-column="31" />
|
|
500
|
+
<folding />
|
|
501
|
+
</state>
|
|
502
|
+
</provider>
|
|
503
|
+
</entry>
|
|
504
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/js-eval-node.js">
|
|
505
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
506
|
+
<state vertical-scroll-proportion="-5.6666665">
|
|
507
|
+
<caret line="18" column="38" selection-start-line="18" selection-start-column="38" selection-end-line="18" selection-end-column="38" />
|
|
508
|
+
<folding />
|
|
509
|
+
</state>
|
|
510
|
+
</provider>
|
|
511
|
+
</entry>
|
|
512
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/detached-ruleset.js">
|
|
513
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
514
|
+
<state vertical-scroll-proportion="-0.3148148">
|
|
515
|
+
<caret line="1" column="12" selection-start-line="1" selection-start-column="12" selection-end-line="1" selection-end-column="12" />
|
|
516
|
+
<folding />
|
|
517
|
+
</state>
|
|
518
|
+
</provider>
|
|
519
|
+
</entry>
|
|
520
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/mixin-definition.js">
|
|
521
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
522
|
+
<state vertical-scroll-proportion="-1.574074">
|
|
523
|
+
<caret line="5" column="12" selection-start-line="5" selection-start-column="12" selection-end-line="5" selection-end-column="12" />
|
|
524
|
+
<folding />
|
|
525
|
+
</state>
|
|
526
|
+
</provider>
|
|
527
|
+
</entry>
|
|
528
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/ruleset.js">
|
|
529
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
530
|
+
<state vertical-scroll-proportion="-1.574074">
|
|
531
|
+
<caret line="5" column="12" selection-start-line="5" selection-start-column="12" selection-end-line="5" selection-end-column="12" />
|
|
532
|
+
<folding />
|
|
533
|
+
</state>
|
|
534
|
+
</provider>
|
|
535
|
+
</entry>
|
|
536
|
+
<entry file="file://$PROJECT_DIR$/lib/less/visitors/import-visitor.js">
|
|
537
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
538
|
+
<state vertical-scroll-proportion="-4.0925927">
|
|
539
|
+
<caret line="13" column="53" selection-start-line="13" selection-start-column="53" selection-end-line="13" selection-end-column="53" />
|
|
540
|
+
<folding />
|
|
541
|
+
</state>
|
|
542
|
+
</provider>
|
|
543
|
+
</entry>
|
|
544
|
+
<entry file="file://$PROJECT_DIR$/lib/less/functions/math-helper.js">
|
|
545
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
546
|
+
<state vertical-scroll-proportion="0.0">
|
|
547
|
+
<caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
|
548
|
+
<folding />
|
|
549
|
+
</state>
|
|
550
|
+
</provider>
|
|
551
|
+
</entry>
|
|
552
|
+
<entry file="file://$PROJECT_DIR$/lib/less/functions/math.js">
|
|
553
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
554
|
+
<state vertical-scroll-proportion="-2.3493977">
|
|
555
|
+
<caret line="25" column="11" selection-start-line="25" selection-start-column="11" selection-end-line="25" selection-end-column="11" />
|
|
556
|
+
<folding />
|
|
557
|
+
</state>
|
|
558
|
+
</provider>
|
|
559
|
+
</entry>
|
|
560
|
+
<entry file="file://$PROJECT_DIR$/lib/less/functions/number.js">
|
|
561
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
562
|
+
<state vertical-scroll-proportion="-1.7349398">
|
|
563
|
+
<caret line="77" column="0" selection-start-line="77" selection-start-column="0" selection-end-line="77" selection-end-column="0" />
|
|
564
|
+
<folding />
|
|
565
|
+
</state>
|
|
566
|
+
</provider>
|
|
567
|
+
</entry>
|
|
568
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/extend.js">
|
|
569
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
570
|
+
<state vertical-scroll-proportion="-0.6296296">
|
|
571
|
+
<caret line="2" column="15" selection-start-line="2" selection-start-column="15" selection-end-line="2" selection-end-column="15" />
|
|
572
|
+
<folding />
|
|
573
|
+
</state>
|
|
574
|
+
</provider>
|
|
575
|
+
</entry>
|
|
576
|
+
<entry file="file://$PROJECT_DIR$/lib/less/tree/import.js">
|
|
577
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
578
|
+
<state vertical-scroll-proportion="-1.7727273">
|
|
579
|
+
<caret line="135" column="0" selection-start-line="135" selection-start-column="0" selection-end-line="135" selection-end-column="0" />
|
|
580
|
+
<folding />
|
|
581
|
+
</state>
|
|
582
|
+
</provider>
|
|
583
|
+
</entry>
|
|
584
|
+
<entry file="file://$PROJECT_DIR$/Gruntfile.js">
|
|
585
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
586
|
+
<state vertical-scroll-proportion="0.42647058">
|
|
587
|
+
<caret line="371" column="33" selection-start-line="371" selection-start-column="33" selection-end-line="371" selection-end-column="33" />
|
|
588
|
+
<folding />
|
|
589
|
+
</state>
|
|
590
|
+
</provider>
|
|
591
|
+
</entry>
|
|
592
|
+
</component>
|
|
825
593
|
</project>
|