Metadata-Version: 1.1
Name: js.css3mediaqueries
Version: 0.9
Summary: Fanstatic packaging of css3-mediaqueries.js.
Home-page: https://bitbucket.org/it_spirit/js.css3mediaqueries
Author: Thomas Massmann
Author-email: thomas.massmann@it-spir.it
License: BSD
Download-URL: http://pypi.python.org/pypi/js.css3mediaqueries
Description: js.css3mediaqueries
        *******************
        
        Introduction
        ============
        
        This library packages `css3-mediaqueries.js`_ for `fanstatic`_. It will
        render with a conditional comment to address Internet Explorer 8 and
        below.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`css3-mediaqueries.js`: https://github.com/livingston/css3-mediaqueries-js
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.css3mediaqueries``) are published to some URL.
        
        How to use?
        ===========
        
        You can import css3-mediaqueries.js from ``js.css3mediaqueries`` and ``need`` it
        where you want these resources to be included on a page::
        
          >>> from js.css3mediaqueries import css3mediaqueries
          >>> css3mediaqueries.need()
        
        CHANGES
        *******
        
        0.9 (2013-07-23)
        ================
        
        - Initial release.
        
Platform: UNKNOWN
