RamseyInHouse / scut

Sass utilities for the frontend laborer.
https://ramseyinhouse.github.io/scut/
MIT License
769 stars 61 forks source link

[RFR] Better unit and value management in scut-hd-bp #180

Closed KittyGiraudel closed 9 years ago

davidtheclark commented 9 years ago

Seems to work. As with the other one, I'm curious if this was made possible by recent Sass versions or if I just missed it :) I guess I'm not just curious: if this makes the library incompatible with some versions of Sass we should mention that in the docs.

KittyGiraudel commented 9 years ago

Actually, it has nothing to do with Sass version compatibility. You should have done this from day 1 as this is the logical behaviour when manipulating numbers with units.

If not read yet, may I recommend: http://www.sitepoint.com/understanding-sass-units/. :)