Metadata-Version: 1.0
Name: mincss
Version: 0.1
Summary: clears the junk out of your CSS
Home-page: http://github.com/peterbe/mincss
Author: Peter Bengtsson
Author-email: mail@peterbe.com
License: BSD
Description: mincss
        ======
        
        Tool for finding out which CSS selectors you're NOT using.
        
        By Peter Bengtsson, 2012-2013
        
        Why?
        ----
        
        With the onslaught of Twitter Bootstrap upon the world it's very
        tempting to just download their whole fat 80+Kb CSS and serve it up
        even though you're not using half of the HTML that it styles.
        
        There's also the case of websites that have changed over time but
        without the CSS getting the same amount of love refactoring. Then it's
        very likely that you get CSS selectors that you're no longer or never
        using.
        
        This tool can help you get started reducing all those selectors that
        you're not using.
        
        
        
        .. _changelog-chapter:
        
        Changelog
        =========
        
        
        v0.1 (2013-01-14)
        -----------------
        
        Initial release.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
