
    Of                     :    d dl mZ ddlmZ  G d de          ZdS )    )BaseStorageFinder   )SassFileStoragec                   ,    e Zd ZdZ e            Zd ZdS )	CssFinderz
    Find static *.css files compiled on the fly using templatetag `{% sass_src "" %}`
    and stored in configured storage.
    c              #   
   K   dS )a  
        Do not list the contents of the configured storages, since this has already been done by
        other finders.
        This prevents the warning ``Found another file with the destination path ...``, while
        issuing ``./manage.py collectstatic``.
        FN )selfignore_patternss     H/var/www/html/env/lib/python3.11/site-packages/sass_processor/finders.pylistzCssFinder.list   s      	 	    N)__name__
__module____qualname____doc__r   storager   r	   r   r   r   r      s<          oG    r   r   N)"django.contrib.staticfiles.findersr   r   r   r   r	   r   r   <module>r      s^    @ @ @ @ @ @ $ $ $ $ $ $    !     r   