You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With issue #29 we added usage of custom_import_extensions libsass option to be able to continue to keep behavior to include CSS sources (files like *.css) since it was deprecated.
But things have changed now and behavior is not the same and so libsass-python warns about usage of custom_import_extensions:
.venv/lib/python3.5/site-packages/sass.py:662: FutureWarning: `custom_import_extensions` has no effect and will be removed in a future version.
Have to verify again CSS behavior will still be forever or not and drop usage of custom_import_extensions.
The text was updated successfully, but these errors were encountered:
With issue #29 we added usage of
custom_import_extensions
libsass option to be able to continue to keep behavior to include CSS sources (files like*.css
) since it was deprecated.But things have changed now and behavior is not the same and so libsass-python warns about usage of
custom_import_extensions
:Have to verify again CSS behavior will still be forever or not and drop usage of
custom_import_extensions
.The text was updated successfully, but these errors were encountered: