-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libsass
updated
16 files
+1 −1 | docs/api-context-internal.md | |
+3 −0 | docs/api-context.md | |
+1 −0 | include/sass/context.h | |
+6 −2 | src/ast_sel_weave.cpp | |
+4 −4 | src/eval.cpp | |
+3 −3 | src/eval_selectors.cpp | |
+35 −10 | src/expand.cpp | |
+3 −0 | src/expand.hpp | |
+4 −4 | src/extender.cpp | |
+2 −2 | src/extender.hpp | |
+8 −2 | src/inspect.cpp | |
+4 −0 | src/parser.cpp | |
+5 −3 | src/parser_selectors.cpp | |
+7 −3 | src/permutate.hpp | |
+6 −3 | src/sass_context.cpp | |
+1 −1 | src/sass_context.hpp |