/// Width of the column. Accepts multiple values:
/// - A percentage value will make the column that exact size.
/// - A single digit will make the column span that number of columns wide, taking into account the column count of the parent row.
- /// - A string of the format "x of y" will make a column that is *x* columns wide, assuming *y* total columns for the parent.
+ /// - A string of the format “x of y” will make a column that is *x* columns wide, assuming *y* total columns for the parent.
///
-/// @return {Number} A calculated percentage value.
+/// @returns {Number} A calculated percentage value.
@function grid-column($columns) {
$width: 0%;
@return nth($values, $i);
}
}
- font-family: "#{-zf-bp-serialize($breakpoints)}";
+
+// These styles are applied to <meta> tags, which are read by the Foundation JavaScript
+.foundation-mq {
++ font-family: '#{-zf-bp-serialize($breakpoints)}';
+}