lostintangent / codeswing

VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
https://aka.ms/codeswing
MIT License
977 stars 46 forks source link

trouble importing with scss #94

Open skeddles opened 5 months ago

skeddles commented 5 months ago

I created a new file, myfile.scss, saved it to my project root.

I added @import "myfile"; to the top of my style.scss file, but it does not get imported. I tried using the .scss and .css, I tried @use, i tried a relative path, i can't get it to import the file.

I see it says "Using Sass @import or @use statements in a non file-based swing" is not supported, but I dont understand what that means... I'm using files i think? the files exist?