2 files changed
+5
-5
lines changedSubmodule libsass updated 82 files
- .github/CONTRIBUTING.md+65
- .github/ISSUE_TEMPLATE.md+29
- .gitignore+3
- GNUmakefile.am+2-2
- Makefile+15-7
- Makefile.conf+28-22
- Readme.md+14-7
- appveyor.yml+2-1
- 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+8-4
- include/sass/context.h+3
- include/sass/values.h+28-27
- include/sass/version.h+4
- include/sass/version.h.in+4
- include/sass2scss.h+1-1
- script/ci-install-deps+12-3
- src/ast.cpp+401-215
- src/ast.hpp+295-202
- src/ast_factory.hpp+5-6
- src/ast_fwd_decl.hpp+10-9
- src/bind.cpp+2-7
- src/bind.hpp-1
- src/check_nesting.cpp+379
- src/check_nesting.hpp+60
- src/constants.cpp+9-10
- src/constants.hpp+5-5
- src/context.cpp+7-1
- src/context.hpp+1-1
- src/cssize.cpp+84-29
- src/cssize.hpp+10-8
- src/debugger.hpp+74-43
- src/error_handling.cpp+15-2
- src/error_handling.hpp+19
- src/eval.cpp+108-167
- src/eval.hpp+13-9
- src/expand.cpp+87-79
- src/expand.hpp+14-13
- src/extend.cpp+191-144
- src/extend.hpp+14-3
- src/file.cpp+2-1
- src/functions.cpp+96-61
- src/functions.hpp+2-2
- src/inspect.cpp+55-61
- src/inspect.hpp+9-9
- src/json.cpp+37-14
- src/json.hpp+5-5
- src/lexer.cpp+7-4
- src/lexer.hpp+21
- src/listize.cpp+12-11
- src/listize.hpp+3-3
- src/node.cpp+30-30
- src/node.hpp+13-13
- src/operation.hpp+21-19
- src/output.cpp+49-104
- src/output.hpp+1-2
- src/parser.cpp+343-217
- src/parser.hpp+52-9
- src/prelexer.cpp+472-5
- src/prelexer.hpp+15
- src/remove_placeholders.cpp+7-7
- src/remove_placeholders.hpp+3-3
- src/sass.cpp+27
- src/sass.hpp+8-1
- src/sass2scss.cpp+14-3
- src/sass_context.cpp+84-31
- 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/utf8/unchecked.h+16-16
- src/util.cpp+23-19
- src/util.hpp+2-1
- win/libsass.targets+2
- win/libsass.vcxproj.filters+6
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
62 |
| - | |
| 61 | + | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
596 | 596 |
| |
597 | 597 |
| |
598 | 598 |
| |
599 |
| - | |
600 |
| - | |
| 599 | + | |
| 600 | + | |
601 | 601 |
| |
602 | 602 |
| |
603 | 603 |
| |
|
0 commit comments