In my project, I have `mobile.scss` next to each component and this kind of file structure: ```svelte +Component(folder) ++Component.svelte ++mobile.scss +Component2(folder) ++Component2.svelte ++mobile.scss ``` I would like to have `@import "./mobile.scss"` in each component and each component take its own `mobile.scss` Is it possible?