Adding/Using Materialize CSS to Sage

Hello, I’m new to the WordPress and Sage community, but I think Sage is a great thing and want to use it for WordPress dev.

I’d like to use Materialize CSS (https://materializecss.com) in my Sage theme, but not quite sure how to hook everything up, so if anyone has experience using a non-included CSS framework, I’d love to know how you did it.

So far, I’ve npm install --save materialize-css.

That added the node_module, so I feel like I need to do something with webpack.config.js maybe? And, I guess I still get to use the files in resources > assets > styles?

Any nudges in the right direction would be helpful, thanks!

Here’s my more detailed Stack Overflow question (Part 1): wordpress - CSS @import "~materlize-css" | Using Webpack | No style being made - Stack Overflow

Question (Part 2): wordpress - Materialize Module Build Failed: Invalid CSS / Expected Selector - Stack Overflow