svelte-preprocess icon indicating copy to clipboard operation
svelte-preprocess copied to clipboard

A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.

Results 101 svelte-preprocess issues
Sort by recently updated
recently updated
newest added

Not sure if it is a bug, a feature request, an intended process, or simply my misconfiguration. When using a prependData scss file, that is compiled async (tailwindcss watch mode),...

question

## bug cannot use pug template inheritance ## test sample repo: https://github.com/benblazak/_svelte_preprocess__pug_template_inheritance ```bash git clone https://github.com/benblazak/_svelte_preprocess__pug_template_inheritance.git cd _svelte_preprocess__pug_template_inheritance npm install npm run dev -- --open ``` - try the mixin...

enhancement
help wanted

Partial-fix #452 This patch only fixes the most pressing problem. There is a question of how to deal with libraries that use legacy importers. ### Before submitting the PR, please...

**Describe the bug** The [render and renderSync](https://sass-lang.com/documentation/js-api/modules#renderSync) methods have been marked as legacy. The svelte-preprocess expose [configuration options](https://github.com/sveltejs/svelte-preprocess/blob/f6ef334f45c1327e087d031bd6f3791970d7cd25/src/types/options.ts#L2) from new way. From sass: ```ts export function renderSync(options: LegacyOptions): LegacyResult; export...

enhancement
help wanted

**Describe the bug** In short the stylus source maps are not working or are not being generated. **To Reproduce** Please clone this [repository](https://github.com/Myrmod/sveltekit_stylus). I just added `stylus` and `svelte-preprocess` as...

**Describe the bug** Without source maps, I can put a breakpoint in an `{#each}` loop and watch each iteration. _With_ source maps, I have fewer lines on which to place...

**Describe the bug** While using the preprocessor for `pug` and trying to make the preprocessor parse the whole file, the site crashes. How can I parse a `.pug` file successfully?...

invalid

i have some problem with typescript and svelte, my svelte component dont see import file (css, svelte and other) ``` import Qwe from './qwe.svelte' ``` ``` Error WARNING in ./src/App/index.svelte...

**Describe the bug** Typescript preprocessor: when the current working directory is not the same as the rootDir in tsconfig I get an error: ``` error TS6059: File '/sources/svelte-preprocess-root-dir/index.svelte.injected.ts' is not...

Sapper is no longer actively developed and SvelteKit is a much better experience :grin: Migration guide: https://kit.svelte.dev/migrating

enhancement
help wanted