You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/api-value.md
+49-22Lines changed: 49 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
-
`Sass_Values` are used to pass values and their types between the implementer and LibSass. Sass knows various different value types (including nested arrays and hash-maps). If you implement a binding to another programming language, you have to find a way to convert `Sass_Values` between the targeted language and C. `Sass_Values` are currently only used by custom functions.
1
+
`Sass_Values` are used to pass values and their types between the implementer
2
+
and LibSass. Sass knows various different value types (including nested arrays
3
+
and hash-maps). If you implement a binding to another programming language, you
4
+
have to find a way to [marshal][1] (convert) `Sass_Values` between the target
5
+
language and C. `Sass_Values` are currently only used by custom functions, but
6
+
it should also be possible to use them without a compiler context.
0 commit comments