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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libsass
updated
33 files
+47 −16 | Makefile | |
+20 −12 | Makefile.am | |
+1 −1 | ast.hpp | |
+155 −147 | color_names.hpp | |
+26 −1 | configure.ac | |
+1 −0 | constants.cpp | |
+1 −0 | constants.hpp | |
+16 −7 | context.cpp | |
+26 −11 | eval.cpp | |
+17 −8 | expand.cpp | |
+72 −0 | functions.cpp | |
+8 −0 | functions.hpp | |
+21 −0 | inspect.cpp | |
+1 −0 | inspect.hpp | |
+3 −0 | output_compressed.cpp | |
+46 −23 | parser.cpp | |
+3 −1 | parser.hpp | |
+73 −6 | prelexer.cpp | |
+9 −2 | prelexer.hpp | |
+5 −0 | sass.cpp | |
+7 −1 | sass.h | |
+54 −10 | sass2scss.cpp | |
+5 −6 | sass2scss.h | |
+16 −4 | sass_context.cpp | |
+8 −0 | sass_functions.cpp | |
+4 −0 | sass_functions.h | |
+1 −0 | sass_interface.cpp | |
+14 −0 | sass_values.cpp | |
+1 −1 | sass_values.h | |
+18 −8 | units.cpp | |
+2 −3 | units.hpp | |
+7 −0 | util.cpp | |
+1 −0 | util.hpp |