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

!default Responsive variables #21

Closed
willit0 opened this issue Apr 4, 2013 · 0 comments
Closed

!default Responsive variables #21

willit0 opened this issue Apr 4, 2013 · 0 comments

Comments

@willit0
Copy link

willit0 commented Apr 4, 2013

I was trying to define custom values for the $breakpoints variable but I wasn't able. Just found out there is no !default at the end of those variables. Any specific reason for that?

$breakpoints: (
'palm' '(max-width: 480px)',
'lap' '(min-width: 481px) and (max-width: 1023px)',
'portable' '(max-width: 1023px)',
'desk' '(min-width: 1024px)'
)!default;

$breakpoint-has-widths: ('palm', 'lap', 'portable', 'desk')!default;
$breakpoint-has-push: ('palm', 'lap', 'portable', 'desk')!default;
$breakpoint-has-pull: ('palm', 'lap', 'portable', 'desk')!default;

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

2 participants