Metadata-Version: 2.1
Name: django-stylist
Version: 0.2.3
Summary: App for updating and manipulating SASS/SCSS compiling & caching on the fly
Home-page: https://github.com/renderbox/django-stylist/
Author: Grant Viklund
Author-email: renderbox@gmail.com
License: MIT license
Keywords: django,app
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
License-File: LICENSE.mit.txt
Requires-Dist: Django>=3.0
Requires-Dist: django-autoslug
Provides-Extra: build
Requires-Dist: setuptools; extra == "build"
Requires-Dist: wheel; extra == "build"
Requires-Dist: twine; extra == "build"
Provides-Extra: dev
Requires-Dist: django-crispy-forms<2.0; extra == "dev"
Requires-Dist: django-allauth; extra == "dev"
Requires-Dist: django-extensions; extra == "dev"
Requires-Dist: djangorestframework; extra == "dev"
Requires-Dist: requests; extra == "dev"
Provides-Extra: docs
Requires-Dist: coverage; extra == "docs"
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: recommonmark; extra == "docs"
Requires-Dist: rstcheck; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Provides-Extra: prod
Provides-Extra: sass
Requires-Dist: libsass; extra == "sass"
Provides-Extra: test
Requires-Dist: libsass; extra == "test"



.. image:: https://github.com/renderbox/django-stylist/workflows/Stylist%20CI/badge.svg
   :target: https://github.com/renderbox/django-stylist/workflows/Stylist%20CI/badge.svg
   :alt: Stylist CI



.. image:: https://github.com/renderbox/django-stylist/workflows/Stylist%20Develop/badge.svg
   :target: https://github.com/renderbox/django-stylist/workflows/Stylist%20Develop/badge.svg
   :alt: Stylist Develop


Stylist
=======

App for updating and manipulating SASS/SCSS compiling on the fly

Installation Options
--------------------

Full install if you need to compile sass on the fly: ``pip install django-stylist[sass]``
If you just need the model to store style values: ``pip install django-stylist``

Upgrading from from 0.1.x
-------------------------

Legacy users should add the setting STYLIST_USE_SASS = True should they choose to continue compiling sass files.


