diff options
| author | saiwang <[email protected]> | 2013-08-14 02:23:44 +0800 |
|---|---|---|
| committer | saiwang <[email protected]> | 2013-08-14 02:23:44 +0800 |
| commit | 84b1ef504871155685e91ea166f9a3548cdc9cb7 (patch) | |
| tree | 9c5e01b69ffb213663f1f60913847a237cae12b2 /css.html | |
| parent | 9a3aa9f1defcdf5f7a1dc0bcb9dca0f0e2d675bf (diff) | |
| download | bootstrap-84b1ef504871155685e91ea166f9a3548cdc9cb7.tar.xz bootstrap-84b1ef504871155685e91ea166f9a3548cdc9cb7.zip | |
fix mixin code example
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2075,7 +2075,7 @@ For example, <code><section></code> should be wrapped as inline. {% endhighlight %} {% highlight css %} // Mixin -.clearfix { +.clearfix() { &:before, &:after { content: " "; |
