klen / python-scss

Python scss parser.
http://packages.python.org/scss/
GNU Lesser General Public License v3.0
67 stars 12 forks source link

Using of variables in media queries #28

Open wordsq opened 12 years ago

wordsq commented 12 years ago

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 commented 12 years ago

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