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
It's perfectly valid to import .scss files from .sass files and vice versa. Since we're importing from the filesystem we're able to use the file's extension to delineate which parser to use. This isnt always the case with custom importers so need to allow the importer to tell us.
This is the importer's responsibility. We cannot and should not try to magically determine this.