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
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
when Ruby Sass encounters an error, by default it produces a CSS file that includes the error message and stack trace in a comment as well as in the content property of a body::before style rule in order to make it immediately visible during users' edit/refresh cycle. Dart Sass and Node Sass don‘t do this currently.