How to convert SCSS to CSS in Narrative Theme

An easy way is to just view a page that has the rendered css (on your store), view page source, find the file, and copy and paste the rendered css code to a new file. Then, upload the new file as an asset, and change the link in theme.liquid to point to your new file…note that this will result in a straight css file however.