aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-13 13:13:57 -0700
committerMark Otto <[email protected]>2013-08-13 13:13:57 -0700
commite7d6bd94b79275bcfa0829e49f118d09d2cd1361 (patch)
tree9c5e01b69ffb213663f1f60913847a237cae12b2
parent9a3aa9f1defcdf5f7a1dc0bcb9dca0f0e2d675bf (diff)
parent84b1ef504871155685e91ea166f9a3548cdc9cb7 (diff)
downloadbootstrap-e7d6bd94b79275bcfa0829e49f118d09d2cd1361.tar.xz
bootstrap-e7d6bd94b79275bcfa0829e49f118d09d2cd1361.zip
Merge pull request #9427 from saiwang/fix-example-snippet
fix mixin code example
-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: " ";