I’ve completed the Sass portion of the Front End Libraries module, and want to implement it into some projects. FCC has given me a good understanding of how to WRITE Sass, but I am confused how to USE it. Can someone point me in the right direction?
The sass-lang.com site has clear instructions for how to implement it locally on my own computer, but if I want to use sass in my Glitch.com projects, how would I go about it?
Another option would be to implement your own middleware that, basically, would use the SASS compiler to output a file (or keep them in-memory) to the client (which may be just what the node-sass-midleware does).