-
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.
Merge pull request #148 from asottile/3_3_5
Upgrade libsass to 3.3.5
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libsass
updated
40 files
+1 −1 | .travis.yml | |
+6 −6 | GNUmakefile.am | |
+3 −3 | Makefile | |
+0 −1 | Makefile.conf | |
+5 −2 | appveyor.yml | |
+4 −4 | docs/api-context.md | |
+29 −11 | docs/api-doc.md | |
+5 −5 | docs/api-importer-example.md | |
+1 −1 | docs/build-on-windows.md | |
+7 −0 | include/sass/base.h | |
+0 −105 | include/sass/interface.h | |
+1 −1 | include/sass2scss.h | |
+12 −0 | script/ci-build-libsass | |
+81 −3 | src/ast.cpp | |
+47 −5 | src/ast.hpp | |
+16 −17 | src/context.cpp | |
+2 −2 | src/context.hpp | |
+2 −0 | src/debugger.hpp | |
+1 −1 | src/emitter.cpp | |
+1 −1 | src/environment.cpp | |
+34 −8 | src/eval.cpp | |
+18 −3 | src/expand.cpp | |
+1 −0 | src/expand.hpp | |
+4 −4 | src/extend.cpp | |
+7 −0 | src/functions.cpp | |
+2 −1 | src/parser.cpp | |
+4 −4 | src/prelexer.cpp | |
+0 −2 | src/prelexer.hpp | |
+4 −4 | src/remove_placeholders.cpp | |
+1 −0 | src/remove_placeholders.hpp | |
+27 −3 | src/sass.cpp | |
+7 −0 | src/sass2scss.cpp | |
+17 −55 | src/sass_context.cpp | |
+3 −3 | src/sass_functions.cpp | |
+0 −215 | src/sass_interface.cpp | |
+5 −5 | src/sass_values.cpp | |
+47 −26 | src/util.cpp | |
+6 −1 | src/util.hpp | |
+0 −2 | win/libsass.targets | |
+0 −6 | win/libsass.vcxproj.filters |