3 files changed
+22
-12
lines changedSubmodule libsass updated 62 files
- .gitignore+2
- Makefile+3
- Makefile.am+16-28
- ast.hpp+38-18
- ast_factory.hpp+2
- ast_fwd_decl.hpp+1
- bind.cpp+15-13
- configure.ac+17-5
- constants.cpp+3
- constants.hpp+3
- context.cpp+78-56
- context.hpp+23-9
- contextualize.cpp+2-28
- contextualize.hpp+6-10
- contextualize_eval.cpp+93
- contextualize_eval.hpp+44
- contrib/plugin.cpp+36-9
- cssize.cpp+1-1
- debugger.hpp+32-8
- environment.hpp+113-25
- error_handling.cpp+5-5
- error_handling.hpp+2-3
- eval.cpp+105-61
- eval.hpp+9-1
- expand.cpp+75-41
- expand.hpp+5-2
- extend.cpp+5-3
- file.cpp+170-123
- file.hpp+44-7
- functions.cpp+20-12
- functions.hpp+2-2
- inspect.cpp+14-4
- inspect.hpp+1
- lexer.cpp+119
- lexer.hpp+210
- listize.cpp+83
- listize.hpp+41
- operation.hpp+2
- output.cpp+3-4
- parser.cpp+358-292
- parser.hpp+85-107
- plugins.cpp+15-2
- plugins.hpp+6-4
- position.cpp+52-17
- position.hpp+18-17
- prelexer.cpp+185-236
- prelexer.hpp+61-329
- sass.cpp+21-11
- sass.h+6-6
- sass_context.cpp+137-45
- sass_context.h+26-6
- sass_functions.cpp+49-40
- sass_functions.h+55-43
- sass_interface.cpp+9-8
- sass_interface.h+3-3
- sass_version.h+8
- sass_version.h.in+8
- source_map.cpp+2-2
- util.cpp+37-11
- util.hpp+2-1
- win/libsass.filters+12
- win/libsass.vcxproj+6
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: 15 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1009 | 1009 |
| |
1010 | 1010 |
| |
1011 | 1011 |
| |
1012 |
| - | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
1013 | 1015 |
| |
1014 | 1016 |
| |
1015 | 1017 |
| |
1016 | 1018 |
| |
1017 | 1019 |
| |
1018 |
| - | |
| 1020 | + | |
1019 | 1021 |
| |
1020 | 1022 |
| |
1021 |
| - | |
| 1023 | + | |
1022 | 1024 |
| |
1023 | 1025 |
| |
| 1026 | + | |
| 1027 | + | |
1024 | 1028 |
| |
1025 | 1029 |
| |
1026 | 1030 |
| |
1027 | 1031 |
| |
1028 | 1032 |
| |
1029 |
| - | |
| 1033 | + | |
1030 | 1034 |
| |
1031 |
| - | |
| 1035 | + | |
1032 | 1036 |
| |
1033 | 1037 |
| |
| 1038 | + | |
| 1039 | + | |
1034 | 1040 |
| |
1035 | 1041 |
| |
1036 | 1042 |
| |
1037 | 1043 |
| |
1038 | 1044 |
| |
1039 |
| - | |
| 1045 | + | |
1040 | 1046 |
| |
1041 | 1047 |
| |
1042 | 1048 |
| |
| |||
1050 | 1056 |
| |
1051 | 1057 |
| |
1052 | 1058 |
| |
1053 |
| - | |
| 1059 | + | |
1054 | 1060 |
| |
1055 | 1061 |
| |
| 1062 | + | |
| 1063 | + | |
1056 | 1064 |
| |
1057 | 1065 |
| |
1058 | 1066 |
| |
|
0 commit comments