0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01: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() {
&:before,
&:after {
content: " "; /* 1 */
display: table; /* 2 */
content: " "; // 1
display: table; // 2
}
&:after {
clear: both;