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
Libsass never implemented compile_directory and traces in the API will probably be removed completely. There are some internal refactorings pending which will remove this from the internal C++ API too. Was there anything related to this exposed on the C level? I was under the impression we could safely remove it from libsass.
I think it would simplify the code to expose the following instead of
compile
:and drop
compile_directory
(libsass has hard deprecated it)The text was updated successfully, but these errors were encountered: