2 files changed
+2
-2
lines changedSubmodule libsass updated 61 files
- Readme.md+1-1
- appveyor.yml+1
- contrib/plugin.cpp+4-1
- docs/README.md+20
- docs/api-context-example.md+45
- docs/api-context-internal.md+152
- docs/api-context.md+268
- docs/api-doc.md+160
- docs/api-function-example.md+58
- docs/api-function-internal.md+8
- docs/api-function.md+48
- docs/api-importer-example.md+1.3k
- docs/api-importer-internal.md+15
- docs/api-importer.md+84
- docs/api-value-example.md
- docs/api-value-internal.md+76
- docs/api-value.md+125
- docs/build-on-darwin.md+27
- docs/build-on-gentoo.md+55
- docs/build-on-windows.md+139
- docs/build-shared-library.md+35
- docs/build-with-autotools.md+68
- docs/build-with-makefiles.md+50
- docs/build-with-mingw.md+107
- docs/build-with-visual-studio.md+90
- docs/build.md+97
- docs/compatibility-plan.md+48
- docs/contributing.md+17
- docs/custom-functions-internal.md+120
- docs/implementations.md+49
- docs/plugins.go+47
- docs/setup-environment.md+68
- docs/source-map-internals.md+51
- docs/trace.md+26
- docs/triage.md+17
- docs/unicode.md+39
- include/sass/context.h+1
- include/sass/functions.h+1-1
- src/ast.cpp+64-2
- src/ast.hpp+14-2
- src/bind.cpp+1-3
- src/constants.cpp+2
- src/constants.hpp+2
- src/debug.hpp+4
- src/debugger.hpp+2-1
- src/emitter.cpp+2
- src/eval.cpp+8-9
- src/expand.cpp+13-2
- src/functions.cpp+27-16
- src/inspect.cpp+17
- src/json.cpp+1-1
- src/lexer.cpp+20
- src/lexer.hpp+4
- src/parser.cpp+85-29
- src/parser.hpp+5-3
- src/prelexer.cpp+70-19
- src/prelexer.hpp+11
- src/sass_context.cpp+9-6
- src/sass_values.cpp+1-1
- src/util.cpp+9
- src/util.hpp+2
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
356 | 356 |
| |
357 | 357 |
| |
358 | 358 |
| |
359 |
| - | |
| 359 | + | |
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
|
0 commit comments