]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Fix for Incompatible units: 'rem' and 'px' 5391/head
authorJames W. Lane III <james.w.lane@fueledbydreams.com>
Fri, 27 Jun 2014 20:18:23 +0000 (15:18 -0500)
committerJames W. Lane III <james.w.lane@fueledbydreams.com>
Fri, 27 Jun 2014 20:18:23 +0000 (15:18 -0500)
commitaef01647769828112439f30998968321965a27b9
treeefce42be060053f4939f261bd114fc887f81cc00
parent65bc8b29f3a8d2ad9967c1f2ee397ea29e6c200d
Fix for Incompatible units: 'rem' and 'px'

When setting a size for the switch heights, the defaults are set in rem and comparing it to px is causing a syntax error. So I switched it to use the rem-calc() mixin to resolve the error.
scss/foundation/_settings.scss