4 files changed
+13
-40
lines changedSubmodule libsass updated 99 files
- .gitignore-3
- .travis.yml+18-37
- GNUmakefile.am+2-2
- Makefile+5-9
- Makefile.conf-1
- Readme.md+57-60
- appveyor.yml+3-7
- configure.ac+2-2
- 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
- res/resource.rc+6-6
- script/ci-build-libsass+4-9
- script/ci-build-plugin-62
- script/ci-report-coverage+3-13
- src/GNUmakefile.am+1-1
- src/ast.cpp+395-384
- src/ast.hpp+321-287
- src/ast_def_macros.hpp+1-17
- src/ast_fwd_decl.cpp-29
- src/ast_fwd_decl.hpp+17-84
- src/b64/encode.h+1-3
- src/backtrace.hpp+3-3
- src/bind.cpp+25-32
- src/bind.hpp+1
- src/check_nesting.cpp+74-74
- src/check_nesting.hpp+3-1
- src/color_maps.hpp+8-6
- src/context.cpp+26-28
- src/context.hpp-1
- src/cssize.cpp+79-84
- src/cssize.hpp+1
- src/debugger.hpp+237-238
- src/environment.cpp+4-5
- src/environment.hpp-3
- src/error_handling.cpp+1-9
- src/error_handling.hpp+2-5
- src/eval.cpp+155-206
- src/expand.cpp+116-120
- src/expand.hpp+2
- src/extend.cpp+281-272
- src/extend.hpp+11-43
- src/file.cpp+22-58
- src/file.hpp+3-14
- src/functions.cpp+146-165
- src/functions.hpp+3-2
- src/inspect.cpp+29-56
- src/inspect.hpp+1-4
- src/lexer.cpp+1
- src/lexer.hpp+4-4
- src/listize.cpp+2-3
- src/listize.hpp+1
- src/memory/SharedPtr.cpp+17-15
- src/memory/SharedPtr.hpp+43-47
- src/node.cpp+35-29
- src/node.hpp+8-6
- src/output.cpp+14-14
- src/parser.cpp+253-291
- src/parser.hpp+9-9
- src/plugins.cpp+10-28
- src/position.hpp+1-1
- src/prelexer.cpp+2-23
- src/prelexer.hpp+2-6
- src/remove_placeholders.cpp+10-9
- src/remove_placeholders.hpp+5-1
- src/sass.cpp+2-58
- src/sass_context.cpp+7-33
- src/sass_context.hpp+4-3
- src/sass_functions.cpp+1-63
- src/sass_functions.hpp+1-19
- src/sass_util.cpp+3-3
- src/sass_util.hpp+4-4
- src/sass_values.cpp+33-35
- src/sass_values.hpp+1-2
- src/source_map.cpp+17-15
- src/subset_map.cpp+8-6
- src/subset_map.hpp+6-6
- src/to_c.cpp+2-2
- src/to_value.cpp+2
- src/units.cpp+37-39
- src/units.hpp+21
- src/util.cpp+39-44
- src/values.cpp+23-15
- win/libsass.sln+2-13
- win/libsass.sln.DotSettings-9
- win/libsass.targets-1
- win/libsass.vcxproj.filters-3
Lines changed: 2 additions & 7 deletions
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 |
| |
|
Lines changed: 4 additions & 7 deletions
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 |
| |
|
Lines changed: 6 additions & 25 deletions
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