{ "info": { "author": "Johan Hanssen Seferidis", "author_email": "manossef@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Plugins", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Libraries" ], "description": "\n\nPostCSS for django-compressor\n=============================\n\nThis module will let you use PostCSS as a filter with django-compressor.\nYou can use any postcss plugin you wish (assuming the plugin is\ninstalled).\n\nInstallation\n------------\n\nInstall this package:\n\n::\n\n pip install django-compressor-postcss\n\nYou also need to install the postcss tool itself and depending on what\nplugins you plan to use, you should install those manually.\n\nExample:\n\n::\n\n sudo npm install -g postcss-cli\n sudo npm install -g autoprefixer postcss-font-magician\n\nConfiguration\n-------------\n\nYour Django's settings should look something like below.\n\n.. code:: python\n\n COMPRESS_CSS_FILTERS = (\n ..\n 'compressor_postcss.PostCSSFilter',\n ..\n )\n\n COMPRESS_POSTCSS_PLUGINS = (\n 'autoprefixer',\n 'postcss-font-magician'\n )\n\n``COMPRESS_POSTCSS_PLUGINS`` determines the plugins that PostCSS will\nuse.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pithikos/django-compressor-postcss", "keywords": "django-compressor django postcss post-processing css web-development autoprefixer", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-compressor-postcss", "package_url": "https://pypi.org/project/django-compressor-postcss/", "platform": "", "project_url": "https://pypi.org/project/django-compressor-postcss/", "project_urls": { "Homepage": "https://github.com/pithikos/django-compressor-postcss" }, "release_url": "https://pypi.org/project/django-compressor-postcss/0.8.2/", "requires_dist": [ "django", "django-compressor" ], "requires_python": "", "summary": "PostCSS support for django-compressor", "version": "0.8.2" }, "last_serial": 2582637, "releases": { "0.8.2": [ { "comment_text": "", "digests": { "md5": "c28fbd1c7675c3d23ba286156248c145", "sha256": "c443412f01f8abbb9f138e12ca2342c35d27208c4475ece8b437ef9961c3f012" }, "downloads": -1, "filename": "django_compressor_postcss-0.8.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c28fbd1c7675c3d23ba286156248c145", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5398, "upload_time": "2017-01-18T15:40:40", "url": "https://files.pythonhosted.org/packages/30/96/692b862e18fee1804f9982c6e1736a25c3c567862b0f570d9ebc77481702/django_compressor_postcss-0.8.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c28fbd1c7675c3d23ba286156248c145", "sha256": "c443412f01f8abbb9f138e12ca2342c35d27208c4475ece8b437ef9961c3f012" }, "downloads": -1, "filename": "django_compressor_postcss-0.8.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c28fbd1c7675c3d23ba286156248c145", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5398, "upload_time": "2017-01-18T15:40:40", "url": "https://files.pythonhosted.org/packages/30/96/692b862e18fee1804f9982c6e1736a25c3c567862b0f570d9ebc77481702/django_compressor_postcss-0.8.2-py2.py3-none-any.whl" } ] }