3 files changed
+13
-11
lines changedSubmodule libsass updated 38 files
- .gitignore+1
- Makefile.am+1-1
- ast.hpp+13-7
- constants.cpp+3
- constants.hpp+3
- context.cpp+68-52
- context.hpp+23-9
- contextualize_eval.cpp+8-3
- contrib/plugin.cpp+36-9
- cssize.cpp+1-1
- debugger.hpp+25-1
- error_handling.cpp+5-3
- error_handling.hpp+2-2
- eval.cpp+22-12
- expand.cpp+2-5
- file.cpp+170-123
- file.hpp+44-7
- functions.cpp+9-7
- functions.hpp+2-2
- inspect.cpp+2-3
- listize.cpp+3-15
- listize.hpp+1-5
- output.cpp+2-3
- parser.cpp+86-62
- parser.hpp+2
- plugins.cpp+15-2
- plugins.hpp+6-4
- prelexer.cpp+4
- prelexer.hpp+2
- sass.cpp+21-11
- sass.h+5-2
- sass_context.cpp+105-41
- sass_context.h+24-6
- sass_functions.cpp+49-40
- sass_functions.h+55-43
- sass_interface.cpp+8-7
- sass_interface.h+3-3
- util.cpp+3-3
Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
362 | 362 |
| |
363 | 363 |
| |
364 | 364 |
| |
365 |
| - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
366 | 368 |
| |
367 | 369 |
| |
368 |
| - | |
| 370 | + | |
369 | 371 |
| |
370 | 372 |
| |
371 | 373 |
| |
| |||
394 | 396 |
| |
395 | 397 |
| |
396 | 398 |
| |
397 |
| - | |
| 399 | + | |
398 | 400 |
| |
399 | 401 |
| |
400 | 402 |
| |
401 | 403 |
| |
402 | 404 |
| |
403 |
| - | |
| 405 | + | |
404 | 406 |
| |
405 | 407 |
| |
406 | 408 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1017 | 1017 |
| |
1018 | 1018 |
| |
1019 | 1019 |
| |
1020 |
| - | |
| 1020 | + | |
1021 | 1021 |
| |
1022 | 1022 |
| |
1023 |
| - | |
| 1023 | + | |
1024 | 1024 |
| |
1025 | 1025 |
| |
1026 | 1026 |
| |
| |||
1030 | 1030 |
| |
1031 | 1031 |
| |
1032 | 1032 |
| |
1033 |
| - | |
| 1033 | + | |
1034 | 1034 |
| |
1035 |
| - | |
| 1035 | + | |
1036 | 1036 |
| |
1037 | 1037 |
| |
1038 | 1038 |
| |
| |||
1042 | 1042 |
| |
1043 | 1043 |
| |
1044 | 1044 |
| |
1045 |
| - | |
| 1045 | + | |
1046 | 1046 |
| |
1047 | 1047 |
| |
1048 | 1048 |
| |
| |||
1056 | 1056 |
| |
1057 | 1057 |
| |
1058 | 1058 |
| |
1059 |
| - | |
| 1059 | + | |
1060 | 1060 |
| |
1061 | 1061 |
| |
1062 | 1062 |
| |
|
0 commit comments