-
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 #298 from sass/3_6_1
Update to libsass 3.6.1
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libsass
updated
15 files
+9 −0 | .travis.yml | |
+5 −2 | Makefile | |
+6 −0 | include/sass/base.h | |
+2 −2 | src/ast.cpp | |
+1 −1 | src/ast.hpp | |
+2 −2 | src/expand.cpp | |
+19 −14 | src/file.cpp | |
+1 −1 | src/inspect.cpp | |
+97 −1 | src/memory/SharedPtr.hpp | |
+1 −1 | src/parser.cpp | |
+2 −2 | src/util.cpp | |
+28 −0 | test/test_shared_ptr.cpp | |
+0 −1 | win/libsass.targets | |
+6 −0 | win/libsass.vcxproj | |
+0 −3 | win/libsass.vcxproj.filters |