stylesheets/flint/mixins/lib/_clearfix.scss in flint-gs-2.3.6 vs stylesheets/flint/mixins/lib/_clearfix.scss in flint-gs-2.3.7
- old
+ new
@@ -1,29 +1,29 @@
-///
-/// Micro flint-clearfix
-///
-/// @access private
-///
-/// @link http://nicolasgallagher.com/micro-clearfix-hack/
-///
-/// @requires {Mixin} clearfix - local mixin if available
-///
-/// @group Internal Mixins
-///
-@mixin flint-clearfix {
- @if mixin-exists("clearfix") {
- @include clearfix;
- } @else {
- zoom: 1;
-
- &:before, &:after {
- content: "\0020";
- display: block;
- height: 0;
- overflow: hidden;
- }
-
- &:after {
- clear: both;
- }
- }
-}
+///
+/// Micro flint-clearfix
+///
+/// @access private
+///
+/// @link http://nicolasgallagher.com/micro-clearfix-hack/
+///
+/// @requires {Mixin} clearfix - local mixin if available
+///
+/// @group Internal Mixins
+///
+@mixin flint-clearfix {
+ @if mixin-exists("clearfix") {
+ @include clearfix;
+ } @else {
+ zoom: 1;
+
+ &:before, &:after {
+ content: "\0020";
+ display: block;
+ height: 0;
+ overflow: hidden;
+ }
+
+ &:after {
+ clear: both;
+ }
+ }
+}