Skip to content

Commit

Permalink
fix #12936
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Mar 5, 2014
1 parent c695d43 commit af5a219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/css.html
Expand Up @@ -3179,7 +3179,7 @@ <h3 id="less-mixins-gradients">Gradients</h3>
{% endhighlight %} {% endhighlight %}
<p>If you need a barber-stripe style gradient, that's easy, too. Just specify a single color and we'll overlay a translucent white stripe.</p> <p>If you need a barber-stripe style gradient, that's easy, too. Just specify a single color and we'll overlay a translucent white stripe.</p>
{% highlight scss %} {% highlight scss %}
#gradient > .striped(#333; #000; 45deg); #gradient > .striped(#333; 45deg);
{% endhighlight %} {% endhighlight %}
<p>Up the ante and use three colors instead. Set the first color, the second color, the second color's color stop (a decimal value like 0.25), and the third color with these mixins:</p> <p>Up the ante and use three colors instead. Set the first color, the second color, the second color's color stop (a decimal value like 0.25), and the third color with these mixins:</p>
{% highlight scss %} {% highlight scss %}
Expand Down

0 comments on commit af5a219

Please sign in to comment.