I am new to SASS and currently in the process of converting my existing project's CSS files to SCSS. I know that simply changing the extension to .scss will work for my custom files, but I'm not sure how to handle the dependency style files. I typically use npm to install my dependencies, and some of them do not include .scss files. What is the recommended way to handle this situation?