Commit 84f536e0 authored by Mark Otto's avatar Mark Otto

Merge pull request #11398 from thelukemcdonald/master

Don't print .clearfix() comment references
parents a52e528d 15fbc4bd
......@@ -19,8 +19,8 @@
.clearfix() {
&:before,
&:after {
content: " "; /* 1 */
display: table; /* 2 */
content: " "; // 1
display: table; // 2
}
&:after {
clear: both;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment