Profile picture of misteroom post
September 3rd, 2022

@xaddict @import Lume's SASS plugin simply compile /root.scss and output to /root.css. The HTML pages must link to the final css file generated, not the source scss file.

The SCSS files imported by other SCSS files can be relative to that file or to the "include" path (by default _includes).