Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gridle States Not Rendering #153

Open
axelseaa opened this issue Dec 25, 2020 · 0 comments
Open

Gridle States Not Rendering #153

axelseaa opened this issue Dec 25, 2020 · 0 comments

Comments

@axelseaa
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant