3 files changed
+4
-4
lines changedSubmodule libsass updated 74 files
- .github/CONTRIBUTING.md+65
- .github/ISSUE_TEMPLATE.md+29
- Makefile+8-3
- Makefile.conf+28-22
- Readme.md+14-7
- configure.ac+5-8
- docs/api-context-internal.md+3
- docs/api-context.md+7
- docs/api-doc.md+4
- docs/api-importer.md+2
- docs/api-value-example.md+55
- docs/api-value.md+49-22
- docs/implementations.md+4
- include/sass/base.h+5-4
- include/sass/context.h+3
- include/sass/values.h+28-27
- include/sass/version.h+1-1
- include/sass2scss.h+1-1
- script/ci-build-libsass+3-3
- script/ci-install-deps+12-3
- src/ast.cpp+321-212
- src/ast.hpp+273-165
- src/ast_factory.hpp+4-5
- src/ast_fwd_decl.hpp+8-7
- src/bind.cpp+2-7
- src/bind.hpp-1
- src/check_nesting.cpp+379
- src/check_nesting.hpp+60
- src/constants.cpp+7-6
- src/constants.hpp+2-1
- src/context.cpp+7-1
- src/context.hpp+1-1
- src/cssize.cpp+76-32
- src/cssize.hpp+7-8
- src/debugger.hpp+70-40
- src/error_handling.cpp+15-2
- src/error_handling.hpp+19
- src/eval.cpp+107-161
- src/eval.hpp+12-8
- src/expand.cpp+81-74
- src/expand.hpp+13-12
- src/extend.cpp+149-142
- src/extend.hpp+10-3
- src/file.cpp+2-1
- src/functions.cpp+96-59
- src/functions.hpp+2-2
- src/inspect.cpp+33-45
- src/inspect.hpp+7-7
- src/json.cpp+17-5
- src/lexer.cpp+3-3
- src/listize.cpp+10-10
- src/listize.hpp+3-3
- src/node.cpp+30-30
- src/node.hpp+13-13
- src/operation.hpp+21-19
- src/output.cpp+48-103
- src/output.hpp-1
- src/parser.cpp+161-133
- src/parser.hpp+10-7
- src/remove_placeholders.cpp+6-6
- src/remove_placeholders.hpp+1-1
- src/sass.cpp+21
- src/sass.hpp+8-1
- src/sass2scss.cpp+14-3
- src/sass_context.cpp+69-24
- src/sass_context.hpp+3
- src/source_map.cpp+22-10
- src/to_value.cpp+2-2
- src/to_value.hpp+1-1
- src/units.hpp+3-1
- src/util.cpp+20-16
- src/util.hpp+2-1
- win/libsass.targets+2
- win/libsass.vcxproj.filters+6
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
158 |
| - | |
| 157 | + | |
| 158 | + | |
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
|
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