We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e607953 commit 4d88fddCopy full SHA for 4d88fdd
docs/index.md
@@ -92,9 +92,9 @@ retrieved using the `getParsedFiles` method.
92
93
### Preset Variables
94
95
-You can set variables before compilation by using the `setVariables($vars)`
96
-method. To override a variable already defined in your scss source, use
97
-the `!default` flag.
+You can preset variables before compilation by using the `setVariables($vars)`
+method. If the variable is also defined in your scss source, use the `!default`
+flag to prevent your preset variables from being overridden.
98
99
{% highlight php startinline=true %}
100
use Leafo\ScssPhp\Compiler;
0 commit comments