We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731f200 commit 85318efCopy full SHA for 85318ef
docs/index.md
@@ -107,6 +107,9 @@ $scss->setVariables(array(
107
echo $scss->compile('$var: true !default;');
108
{% endhighlight %}
109
110
+Note: the value is the scss source to be parsed. If you want to parse a string,
111
+you have to represent it as a string, e.g,, `'var' => '"string"'`.
112
+
113
Likewise, you can retrieve the preset variables using the `getVariables()`
114
method, and unset a variable using the `unsetVariable($name)` method.
115
0 commit comments