Metadata-Version: 1.1
Name: cssprefixer2
Version: 1.0
Summary: A tool that rewrites your CSS files, adding vendor-prefixed versions of CSS3 rules.
Home-page: https://github.com/ongspxm/cssprefixer2
Author: Metta Ong
Author-email: ongspxm@gmail.com
License: MIT
Description: # CssPrefixer2
        
        A tool that rewrites your CSS files, adding vendor-prefixed versions of CSS3 rules. This version handles more modern features such as flexbox layout and media requests.
        
        This tool requires no other libraries.
        
        This is an update to [cssprefixer](https://pypi.python.org/pypi/cssprefixer), which is missing support for some of the features I need.
        
Keywords: css3 prefixer
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
