This repository was archived by the owner on Oct 24, 2025. It is now read-only.
4 files changed
+13
-40
lines changedSubmodule libsass updated 53 files
- .travis.yml+1-6
- GNUmakefile.am+1-1
- Makefile+4-4
- appveyor.yml+1-1
- docs/api-context-internal.md+21-29
- docs/api-context.md+6-26
- docs/api-doc.md+15-48
- docs/api-function-example.md+1-1
- docs/api-function.md+7-31
- docs/api-importer.md+19-19
- docs/api-value.md+1-3
- docs/build-on-windows.md+1-1
- docs/custom-functions-internal.md+8-10
- include/sass/base.h+3
- include/sass/context.h+2-17
- include/sass/functions.h-31
- include/sass/values.h+1-3
- include/sass/version.h+1-1
- include/sass/version.h.in+1-1
- script/ci-build-libsass+1-1
- script/ci-build-plugin-44
- src/GNUmakefile.am+1-1
- src/ast.cpp-1
- src/ast.hpp+2-6
- src/context.cpp+3-5
- src/context.hpp-1
- src/debugger.hpp+1-3
- src/eval.cpp+9-64
- src/expand.cpp-15
- src/extend.cpp+1-1
- src/file.cpp+20-56
- src/file.hpp+3-14
- src/functions.cpp+12-33
- src/functions.hpp-2
- src/inspect.cpp+10-34
- src/inspect.hpp-3
- src/output.cpp+1-1
- src/parser.cpp+55-62
- src/parser.hpp-1
- src/plugins.cpp+10-28
- src/prelexer.cpp-22
- src/prelexer.hpp-4
- src/remove_placeholders.cpp+2-1
- src/remove_placeholders.hpp+5-1
- src/sass.cpp+2-58
- src/sass_context.cpp+4-29
- src/sass_context.hpp+4-3
- src/sass_functions.cpp-61
- src/sass_functions.hpp-18
- src/sass_values.cpp+2-5
- src/sass_values.hpp+1-2
- src/to_c.cpp+2-2
- src/values.cpp+1-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
| |||
89 | 87 | | |
90 | 88 | | |
91 | 89 | | |
92 | | - | |
| 90 | + | |
93 | 91 | | |
94 | 92 | | |
95 | 93 | | |
| |||
153 | 151 | | |
154 | 152 | | |
155 | 153 | | |
156 | | - | |
157 | 154 | | |
158 | 155 | | |
159 | 156 | | |
| |||
162 | 159 | | |
163 | 160 | | |
164 | 161 | | |
165 | | - | |
166 | | - | |
| 162 | + | |
167 | 163 | | |
168 | 164 | | |
169 | 165 | | |
| |||
174 | 170 | | |
175 | 171 | | |
176 | 172 | | |
177 | | - | |
178 | 173 | | |
179 | 174 | | |
180 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
705 | 705 | | |
706 | 706 | | |
707 | 707 | | |
708 | | - | |
709 | | - | |
710 | | - | |
| 708 | + | |
711 | 709 | | |
712 | | - | |
| 710 | + | |
713 | 711 | | |
714 | | - | |
715 | | - | |
716 | | - | |
| 712 | + | |
| 713 | + | |
717 | 714 | | |
718 | 715 | | |
719 | 716 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
924 | | - | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
925 | 927 | | |
926 | 928 | | |
927 | 929 | | |
928 | 930 | | |
929 | | - | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
930 | 934 | | |
931 | 935 | | |
932 | 936 | | |
| |||
1000 | 1004 | | |
1001 | 1005 | | |
1002 | 1006 | | |
1003 | | - | |
1004 | | - | |
1005 | | - | |
1006 | | - | |
1007 | | - | |
1008 | | - | |
1009 | 1007 | | |
1010 | 1008 | | |
1011 | 1009 | | |
| |||
1037 | 1035 | | |
1038 | 1036 | | |
1039 | 1037 | | |
1040 | | - | |
1041 | 1038 | | |
1042 | 1039 | | |
1043 | 1040 | | |
| |||
1057 | 1054 | | |
1058 | 1055 | | |
1059 | 1056 | | |
1060 | | - | |
1061 | 1057 | | |
1062 | 1058 | | |
1063 | 1059 | | |
| |||
1077 | 1073 | | |
1078 | 1074 | | |
1079 | 1075 | | |
1080 | | - | |
1081 | 1076 | | |
1082 | 1077 | | |
1083 | 1078 | | |
| |||
1242 | 1237 | | |
1243 | 1238 | | |
1244 | 1239 | | |
1245 | | - | |
1246 | | - | |
1247 | | - | |
1248 | | - | |
1249 | | - | |
1250 | | - | |
1251 | 1240 | | |
1252 | 1241 | | |
1253 | 1242 | | |
| |||
1318 | 1307 | | |
1319 | 1308 | | |
1320 | 1309 | | |
1321 | | - | |
1322 | | - | |
1323 | | - | |
1324 | | - | |
1325 | | - | |
1326 | | - | |
1327 | | - | |
1328 | | - | |
1329 | 1310 | | |
1330 | 1311 | | |
1331 | 1312 | | |
| |||
0 commit comments