Concept Flow - Preprocessor support (SCSS, PostCSS)
Write Svelte component with <style lang="scss">
Svelte compiler detects lang attribute
Invoke SCSS/PostCSS preprocessor
Preprocessor compiles SCSS/PostCSS to CSS
Svelte injects compiled CSS into component
Component renders with styles applied
The Svelte compiler sees the style tag with a preprocessor language, runs that preprocessor, then uses the compiled CSS in the component.