2 files changed
+5
-5
lines changedSubmodule libsass updated 33 files
- .github/workflows/build-and-test.yml+218
- .travis.yml-70
- Makefile+3-2
- Makefile.conf+86-1
- Readme.md+11-4
- docs/build.md+4-4
- docs/implementations.md+1
- script/ci-build-libsass+4-2
- script/ci-install-compiler+5-5
- src/ast.hpp+3-3
- src/ast_helpers.hpp+25-1
- src/ast_sel_unify.cpp+1-1
- src/ast_selectors.cpp+29-4
- src/ast_selectors.hpp+9-8
- src/ast_values.cpp+2-2
- src/error_handling.cpp+6
- src/error_handling.hpp+9
- src/extender.cpp+56-18
- src/fn_numbers.cpp+21-2
- src/fn_selectors.cpp+1-1
- src/inspect.cpp+5-6
- src/lexer.cpp+1-1
- src/operators.cpp+1-1
- src/parser.cpp+1-1
- src/position.cpp+7-9
- src/sass_context.cpp+1
- test/Makefile+6-1
- utils/README.md+6
- utils/build-skeletons/libsass.targets+8
- utils/build-skeletons/libsass.vcxproj.filters+20
- utils/update-builds.pl+88
- win/libsass.targets+64-62
- win/libsass.vcxproj.filters+278-285
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
785 | 785 |
| |
786 | 786 |
| |
787 | 787 |
| |
788 |
| - | |
789 |
| - | |
| 788 | + | |
| 789 | + | |
790 | 790 |
| |
791 | 791 |
| |
792 | 792 |
| |
| |||
1633 | 1633 |
| |
1634 | 1634 |
| |
1635 | 1635 |
| |
1636 |
| - | |
| 1636 | + | |
1637 | 1637 |
| |
1638 |
| - | |
| 1638 | + | |
1639 | 1639 |
| |
1640 | 1640 |
| |
1641 | 1641 |
| |
|
0 commit comments