Add modular-css support to svelte
npm install @modular-css/svelte@modular-css/svelte   
===========
Svelte preprocessor support for modular-css.
Process inline or or import styles from "./foo.css"; references inside your Svelte components using the full power of modular-css. Dynamic references will be replaced where possible with static ones, allowing for greater compile-time optimizations, smaller bundles, and even faster runtime performance!
Turns this
``html
Title
`
into what is effectively this
`html``
Title
See the svelte section on m-css.com for more details.