deb-python-lesscpy/lesscpy/lib
Sascha Peilicke bba63d9df5 Proper media queries
The lexer now identifies media queries in @media ... {} and
@import ... ; statements. For that, two new states "mediaquery" and
import" where added. The parser uses those to implement the CSS3 media
query BNF (www.w3.org/TR/css3-mediaqueries). Overall test coverage
increased.
2014-01-21 15:03:06 +01:00
..
__init__.py initial commit 2012-01-28 14:52:09 +00:00
colors.py Fix PEP-8 issues (with autopep8 -a) 2013-07-19 11:22:12 +02:00
css.py Proper media queries 2014-01-21 15:03:06 +01:00
dom.py Proper media queries 2014-01-21 15:03:06 +01:00
reserved.py Support CSS Device Adaptation 2013-12-20 11:15:42 +01:00