Metadata-Version: 2.1
Name: django-stylist
Version: 0.2.4
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
Provides-Extra: sass
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: prod
Provides-Extra: build
Provides-Extra: docs
License-File: LICENSE.mit.txt



.. 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.


