Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Using of variables in media queries #28

Open
wordsq opened this issue Jan 16, 2012 · 1 comment
Open

Using of variables in media queries #28

wordsq opened this issue Jan 16, 2012 · 1 comment

Comments

@wordsq
Copy link

wordsq commented Jan 16, 2012

Unless I've done something wrong latest build seemed to have a problem accepting:

@media screen and (orientation:portrait) and (max-width:$ipad_portrait_width){
body {
width : $ipad_portrait_width;
}
}

while it worked perfectly with:

@media screen and (orientation:portrait) and (max-width:768px){
body {
width : $ipad_portrait_width;
}
}

Of course, easy to come around for now, but maybe can make it as a fix in a future revision ?
thanks

@klen
Copy link
Owner

klen commented Jan 23, 2012

Sorry, I not supported python-scss anymore. Use https://github.com/Kronuz/pyScss

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

No branches or pull requests

2 participants