4 files changed
+5
-5
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
| 52 | + | |
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
|
Submodule libsass updated 78 files
- Makefile.conf+2-1
- appveyor.yml+10-5
- docs/dev-ast-memory.md+223
- include/sass/base.h+2
- script/bootstrap+7-4
- script/ci-build-libsass+3-3
- script/ci-install-compiler+2
- script/ci-report-coverage+2-1
- script/test-leaks.pl+103
- src/ast.cpp+621-495
- src/ast.hpp+801-367
- src/ast_def_macros.hpp+5-5
- src/ast_factory.hpp-92
- src/ast_fwd_decl.hpp+312-14
- src/bind.cpp+54-51
- src/bind.hpp+3-7
- src/check_nesting.cpp+117-120
- src/check_nesting.hpp+38-34
- src/color_maps.cpp+3-3
- src/color_maps.hpp+3-3
- src/context.cpp+33-34
- src/context.hpp+12-14
- src/cssize.cpp+200-228
- src/cssize.hpp+49-49
- src/debugger.hpp+260-241
- src/emitter.cpp+6-6
- src/emitter.hpp+7-7
- src/environment.cpp+2-2
- src/environment.hpp-2
- src/error_handling.cpp+5-5
- src/error_handling.hpp+12-12
- src/eval.cpp+412-401
- src/eval.hpp+61-62
- src/expand.cpp+223-204
- src/expand.hpp+42-42
- src/extend.cpp+198-201
- src/extend.hpp+12-14
- src/file.hpp+4-5
- src/functions.cpp+413-418
- src/functions.hpp+7-10
- src/inspect.cpp+115-109
- src/inspect.hpp+69-69
- src/listize.cpp+31-33
- src/listize.hpp+8-10
- src/memory/SharedPtr.cpp+116
- src/memory/SharedPtr.hpp+202
- src/memory_manager.cpp-77
- src/memory_manager.hpp-48
- src/node.cpp+45-43
- src/node.hpp+15-15
- src/operation.hpp+136-136
- src/output.cpp+48-49
- src/output.hpp+14-14
- src/parser.cpp+530-554
- src/parser.hpp+91-96
- src/prelexer.cpp+13-10
- src/remove_placeholders.cpp+25-21
- src/remove_placeholders.hpp+7-7
- src/sass2scss.cpp+2-1
- src/sass_context.cpp+125-107
- src/sass_context.hpp+1-1
- src/sass_util.hpp+5-5
- src/sass_values.cpp+27-27
- src/source_map.cpp+2-2
- src/source_map.hpp+2-2
- src/subset_map.cpp+57
- src/subset_map.hpp+8-76
- src/to_c.cpp+13-13
- src/to_c.hpp+14-14
- src/to_value.cpp+20-20
- src/to_value.hpp+20-21
- src/util.cpp+55-88
- src/util.hpp+9-13
- src/values.cpp+27-26
- src/values.hpp+2-2
- test/test_subset_map.cpp+69-69
- win/libsass.targets+3-2
- win/libsass.vcxproj.filters+9-6
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
0 commit comments