0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

Merge pull request #11398 from thelukemcdonald/master

Don't print .clearfix() comment references
This commit is contained in:
Mark Otto 2013-11-30 12:47:07 -08:00
commit 84f536e02a

View File

@ -19,8 +19,8 @@
.clearfix() { .clearfix() {
&:before, &:before,
&:after { &:after {
content: " "; /* 1 */ content: " "; // 1
display: table; /* 2 */ display: table; // 2
} }
&:after { &:after {
clear: both; clear: both;