mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 05:41:42 +01:00
Don't autogen CSS for a debug example
This commit is contained in:
parent
0318929b69
commit
6dc51b92e7
@ -530,7 +530,7 @@ each color is in the result. The `$weight` must be a number between `0%` and
|
||||
`100%` (inclusive). A larger weight indicates that more of `$color1` should be
|
||||
used, and a smaller weight indicates that more of `$color2` should be used.
|
||||
|
||||
<% example do %>
|
||||
<% example(autogen_css: false) do %>
|
||||
@debug mix(#036, #d2e1dd); // #698aa2
|
||||
@debug mix(#036, #d2e1dd, 75%); // #355f84
|
||||
@debug mix(#036, #d2e1dd, 25%); // #9eb6bf
|
||||
|
Loading…
x
Reference in New Issue
Block a user