Lately, I've been exploring sass and compass after seeing them used in a lot of code on Codepen. From what I gathered in the documentation, it seems like you need to have a separate sass folder that is monitored for changes, and when you save, it automatically updates the regular css in another folder. I'm more accustomed to writing my CSS directly in the HTML file using the style
tag, especially in quick tutorials or practice sessions. Is there a way to write sass within the HTML file? Or do I now need to create a separate CSS file for my styles? If not, how would I go about doing this?