Closed kennethormandy closed 9 years ago
This will break the settings for incompatible units:
$max-width: 70rem; $fig-container: $max-width;
Probably need to use the Sass parseInt() mixin.
parseInt()
Duplicate of #8.
This will break the settings for incompatible units:
Probably need to use the Sass
parseInt()
mixin.