2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+2 -2
View File
@@ -19,8 +19,8 @@
.clearfix() {
&:before,
&:after {
content: " "; /* 1 */
display: table; /* 2 */
content: " "; // 1
display: table; // 2
}
&:after {
clear: both;