kennethormandy / figment

Editorial figure and caption pairings for mobile-first layouts.
http://figment.kennethormandy.com
MIT License
12 stars 0 forks source link

Should be able to use any units for variables #13

Closed kennethormandy closed 9 years ago

kennethormandy commented 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.

kennethormandy commented 9 years ago

Duplicate of #8.