Piling on here, but…
The CSS import statement, in this context, doesn’t do what you think it does.
If you want to “compile” all files into one, you can do either of:
- Remove the import statements and use the
resources.Concattemplate function - Create a main.scss file, using either
@importor@use(depending on the transpiler), then transpile the Sass to CSS using theresources.ToCSStemplate function