This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Commit e6b59a1
3 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
Submodule libsass updated 51 files
- 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+12-2
- src/ast.hpp+10-2
- src/bind.cpp-2
- src/debug.hpp+4
- src/debugger.hpp+2-1
- src/emitter.cpp+2
- src/eval.cpp+5-7
- src/expand.cpp+8-1
- src/functions.cpp+19-4
- src/inspect.cpp+17
- src/json.cpp+1-1
- src/parser.cpp+10-1
- src/prelexer.cpp+1-1
- src/sass_context.cpp+1
- src/sass_values.cpp+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments