This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 #920 from xzyfer/feat/libsass/3.2.2
Bump Libsass to 3.2.2
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libsass
updated
18 files
+264 −0 | ast.cpp | |
+52 −133 | ast.hpp | |
+3 −1 | constants.cpp | |
+3 −0 | constants.hpp | |
+0 −1 | context.cpp | |
+57 −1 | debugger.hpp | |
+14 −4 | error_handling.cpp | |
+3 −0 | error_handling.hpp | |
+28 −11 | eval.cpp | |
+16 −26 | functions.cpp | |
+0 −2 | functions.hpp | |
+9 −2 | inspect.cpp | |
+7 −14 | output.cpp | |
+1 −2 | output.hpp | |
+1 −0 | parser.cpp | |
+15 −0 | sass_values.cpp | |
+3 −0 | sass_values.h | |
+1 −0 | util.hpp |