You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an app i'm trying to debug that is using an old version.
The actual css is rendering out with the state names listed in the css code - instead of the width values that are set with the gridle states. Any ideas?
I have an app i'm trying to debug that is using an old version.
The actual css is rendering out with the state names listed in the css code - instead of the width values that are set with the gridle states. Any ideas?
$mobileBreak: 25em
$middleBreak: 35em
$tabletBreak: 60em
@include gridle_register_state('mobile', null , $mobileBreak, false)
@include gridle_register_state('middle', $mobileBreak , $middleBreak, false)
@include gridle_register_state('tablet', $mobileBreak , $tabletBreak, false)
@include gridle_register_state('big-mobile', null, $middleBreak, false)
@include gridle_register_state('handheld', null, $tabletBreak, false)
@include gridle_register_state('full', $tabletBreak, null, false)
The text was updated successfully, but these errors were encountered: