This repository was archived by the owner on Jun 14, 2019. It is now read-only.
2 files changed
+8
-8
lines changedSubmodule libsass updated 24 files
- .travis.yml+3-1
- ast.hpp+64-33
- constants.cpp+19-2
- constants.hpp+18-2
- cssize.cpp+2
- debugger.hpp+18-9
- emitter.cpp+1-1
- emitter.hpp+1-1
- error_handling.cpp+2-2
- error_handling.hpp+2-2
- expand.cpp+23-20
- extend.cpp+2-2
- functions.cpp+3-1
- inspect.cpp+9-10
- lexer.cpp+15-1
- lexer.hpp+18-4
- output.cpp+2-2
- parser.cpp+66-96
- parser.hpp+10-6
- prelexer.cpp+18-5
- prelexer.hpp+12-4
- sass_context.cpp+35-41
- script/ci-report-coverage+2-1
- win/libsass.vcxproj+4
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| |||
457 | 457 |
| |
458 | 458 |
| |
459 | 459 |
| |
460 |
| - | |
| 460 | + | |
461 | 461 |
| |
462 | 462 |
| |
463 | 463 |
| |
| |||
475 | 475 |
| |
476 | 476 |
| |
477 | 477 |
| |
478 |
| - | |
| 478 | + | |
479 | 479 |
| |
480 | 480 |
| |
481 | 481 |
| |
| |||
1021 | 1021 |
| |
1022 | 1022 |
| |
1023 | 1023 |
| |
1024 |
| - | |
| 1024 | + | |
1025 | 1025 |
| |
1026 | 1026 |
| |
1027 | 1027 |
| |
| |||
1034 | 1034 |
| |
1035 | 1035 |
| |
1036 | 1036 |
| |
1037 |
| - | |
| 1037 | + | |
1038 | 1038 |
| |
1039 | 1039 |
| |
1040 | 1040 |
| |
| |||
1046 | 1046 |
| |
1047 | 1047 |
| |
1048 | 1048 |
| |
1049 |
| - | |
| 1049 | + | |
1050 | 1050 |
| |
1051 | 1051 |
| |
1052 | 1052 |
| |
| |||
1070 | 1070 |
| |
1071 | 1071 |
| |
1072 | 1072 |
| |
1073 |
| - | |
| 1073 | + | |
1074 | 1074 |
| |
1075 | 1075 |
| |
1076 | 1076 |
| |
|
0 commit comments