@@ -292,6 +292,10 @@ def compile(**kwargs):
292292 :type custom_functions: :class:`set`,
293293 :class:`collections.abc.Sequence`,
294294 :class:`collections.abc.Mapping`
295+ :param custom_import_extensions: optional extra file extensions which
296+ allow can be imported, eg. ``'.css'``
297+ :type custom_import_extensions: :class:`list`, :class:`str`,
298+ :class:`tuple`
295299 :param indented: optional declaration that the string is Sass, not SCSS
296300 formatted. :const:`False` by default
297301 :type indented: :class:`bool`
@@ -332,6 +336,10 @@ def compile(**kwargs):
332336 :type custom_functions: :class:`set`,
333337 :class:`collections.abc.Sequence`,
334338 :class:`collections.abc.Mapping`
339+ :param custom_import_extensions: optional extra file extensions which
340+ allow can be imported, eg. ``'.css'``
341+ :type custom_import_extensions: :class:`list`, :class:`str`,
342+ :class:`tuple`
335343 :param importers: optional callback functions.
336344 see also below `importer callbacks
337345 <importer-callbacks_>`_ description
@@ -374,6 +382,10 @@ def compile(**kwargs):
374382 :type custom_functions: :class:`set`,
375383 :class:`collections.abc.Sequence`,
376384 :class:`collections.abc.Mapping`
385+ :param custom_import_extensions: optional extra file extensions which
386+ allow can be imported, eg. ``'.css'``
387+ :type custom_import_extensions: :class:`list`, :class:`str`,
388+ :class:`tuple`
377389 :raises sass.CompileError: when it fails for any reason
378390 (for example the given Sass has broken syntax)
379391
0 commit comments