1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 13:46:42 +02:00

Don't print .clearfix() comment references

This commit is contained in:
Luke McDonald
2013-11-07 09:57:55 -06:00
parent 463343af63
commit 15fbc4bd06

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;