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;