klen / python-scss

Python scss parser.

Home Page:http://packages.python.org/scss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using of variables in media queries

wordsq opened this issue · comments

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

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