NeutronCSS/neutroncss

Deprecation warning on _floatbox.scss line 50 and 54

Opened this issue · 1 comments

_floatbox.scss:
The result of 0px != 0 will be true in future releases of Sass.
Unitless numbers will no longer be equal to the same numbers with units.

It's probably a matter of running a strip-unit function. See https://css-tricks.com/snippets/sass/strip-unit-function/

Thanks for letting me know, I'll take some time to update it when I can.