aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorsaiwang <[email protected]>2013-08-14 02:23:44 +0800
committersaiwang <[email protected]>2013-08-14 02:23:44 +0800
commit84b1ef504871155685e91ea166f9a3548cdc9cb7 (patch)
tree9c5e01b69ffb213663f1f60913847a237cae12b2 /css.html
parent9a3aa9f1defcdf5f7a1dc0bcb9dca0f0e2d675bf (diff)
downloadbootstrap-84b1ef504871155685e91ea166f9a3548cdc9cb7.tar.xz
bootstrap-84b1ef504871155685e91ea166f9a3548cdc9cb7.zip
fix mixin code example
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 66bdd6df3..7a8759817 100644
--- a/css.html
+++ b/css.html
@@ -2075,7 +2075,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
{% endhighlight %}
{% highlight css %}
// Mixin
-.clearfix {
+.clearfix() {
&:before,
&:after {
content: " ";