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 has been archived by the owner on Jul 24, 2024. It is now read-only.
I observed that value of stats.includedFiles is incorrect when data is passed to sass.render function instead of filename.
Some dependencies are missing and 'stdin' is found in stats.includedFiles
I wrote a test with index.scss containing
@import 'foo.scss';
@import 'bar.scss';
expected stats.includedFiles should be ['bar.scss', 'foo.scss', 'index.scss' ]
but it outputs ['foo.scss', 'stdin']
The text was updated successfully, but these errors were encountered: