6 files changed
+57
-5
lines changedLines changed: 23 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
65 | 69 |
| |
66 | 70 |
| |
67 | 71 |
| |
68 | 72 |
| |
69 | 73 |
| |
| 74 | + | |
| 75 | + | |
70 | 76 |
| |
71 | 77 |
| |
72 | 78 |
| |
| |||
95 | 101 |
| |
96 | 102 |
| |
97 | 103 |
| |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
98 | 116 |
| |
99 | 117 |
| |
100 | 118 |
| |
| |||
108 | 126 |
| |
109 | 127 |
| |
110 | 128 |
| |
| 129 | + | |
| 130 | + | |
111 | 131 |
| |
112 | 132 |
| |
113 | 133 |
| |
| |||
201 | 221 |
| |
202 | 222 |
| |
203 | 223 |
| |
204 |
| - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
205 | 227 |
| |
206 | 228 |
| |
207 | 229 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
286 | 298 |
| |
287 | 299 |
| |
288 | 300 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
513 | 514 |
| |
514 | 515 |
| |
515 | 516 |
| |
| 517 | + | |
| 518 | + | |
516 | 519 |
| |
517 | 520 |
| |
518 | 521 |
| |
| |||
528 | 531 |
| |
529 | 532 |
| |
530 | 533 |
| |
531 |
| - | |
532 | 534 |
| |
533 | 535 |
| |
534 | 536 |
| |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
535 | 542 |
| |
536 | 543 |
| |
537 | 544 |
| |
|
Submodule libsass updated 41 files
- .gitignore+3
- Makefile+2
- Makefile.am+2
- appveyor.yml+1-2
- ast.hpp+21-4
- ast_factory.hpp+2
- ast_fwd_decl.hpp+1
- bind.cpp+2
- context.cpp+12-6
- contextualize.cpp+2-28
- contextualize.hpp+6-10
- contextualize_eval.cpp+88
- contextualize_eval.hpp+44
- debugger.hpp+1-1
- error_handling.cpp-2
- error_handling.hpp-1
- eval.cpp+25-26
- eval.hpp+9-1
- expand.cpp+15-13
- expand.hpp+5-2
- extend.cpp+5-3
- functions.cpp+6-2
- inspect.cpp+11
- inspect.hpp+1
- listize.cpp+95
- listize.hpp+45
- operation.hpp+2
- parser.cpp+190-143
- parser.hpp+83-107
- position.cpp+52-17
- position.hpp+18-17
- prelexer.cpp+33-23
- prelexer.hpp+21-131
- sass_context.cpp+31-4
- sass_context.h+1
- sass_interface.cpp+1-1
- source_map.cpp+2-2
- util.cpp+31-5
- util.hpp+1
- win/libsass.filters+6
- win/libsass.vcxproj+4
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
56 | 67 |
| |
57 | 68 |
| |
58 | 69 |
| |
|
Submodule sass-spec updated 272 files
0 commit comments