app/assets/stylesheets/functions/_new-breakpoint.scss in neat-1.7.1 vs app/assets/stylesheets/functions/_new-breakpoint.scss in neat-1.7.2

- old
+ new

@@ -7,10 +7,10 @@ /// /// If there is only a single `$value` in `$query`, `$default-feature` is going to be used. /// /// The number of total columns in the grid can be set by passing `$columns` at the end of the list (overrides `$total-columns`). For a list of valid values for `$feature`, click [here](http://www.w3.org/TR/css3-mediaqueries/#media1). /// -/// @param {Number (unitless)} $total-columns ($grid-columns) +/// @param {Number (unitless)} $total-columns [$grid-columns] /// - Number of columns to use in the new grid context. Can be set as a shorthand in the first parameter. /// /// @example scss - Usage /// $mobile: new-breakpoint(max-width 480px 4); ///