Skip to content

Commit 4d88fdd

Browse files
committed
doc cleanup wrt !default
1 parent e607953 commit 4d88fdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ retrieved using the `getParsedFiles` method.
9292

9393
### Preset Variables
9494

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.
95+
You can preset variables before compilation by using the `setVariables($vars)`
96+
method. If the variable is also defined in your scss source, use the `!default`
97+
flag to prevent your preset variables from being overridden.
9898

9999
{% highlight php startinline=true %}
100100
use Leafo\ScssPhp\Compiler;

0 commit comments

Comments
 (0)