vendor/assets/scss/grid/_position.scss in foundation-rails-6.1.1.3 vs vendor/assets/scss/grid/_position.scss in foundation-rails-6.1.2.0

- old
+ new

@@ -29,9 +29,10 @@ /// Reset a position definition. @mixin grid-column-unposition { position: static; margin-left: 0; margin-right: 0; + float: left; } /// Offsets a column to the right by `$n` columns. /// @param {Number|List} $n - Width to offset by. You can pass in any value accepted by the `grid-column()` mixin, such as `6`, `50%`, or `1 of 2`. @mixin grid-column-offset($n) {