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 @@ ...@@ -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;
......
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