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
bug #775 Fix the support of legacy scssphp formatters (stof)
This PR was merged into the 1.4-dev branch.
Discussion
----------
Fix the support of legacy scssphp formatters
Scssphp 0.5 removed the deprecated classes. But as there was no warning, people might not be aware that they were using a deprecated class.
This keeps support for the deprecated formatters in Assetic by matching them to their replacement, and warns the user about it.
Commits
-------
b422ec4 Update the scssphp tests to be less strict about formatting
d6641a5 Fix the support of legacy scssphp formatters
0 commit comments