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

**Describe the bug** When using external HTML/JS files, it seems that sourcemaps are not preserved, even with all sourcemap options set to `true` (on svelte options, rollup options, and svelte-preprocess...

bug
help wanted

svelte & svelte-preprocess latest ```scss // forms.scss .form-input-hint { //

**Is your feature request related to a problem? Please describe.** Some preprocessors might not return a source map. This breaks the "chain" of source maps and the result is that...

enhancement
help wanted

**Describe the bug** Repeating the same build sometimes reports an error parsing valid CSS, while completing successfully other times. **Logs** ``` vite v2.4.4 building SSR bundle for production... ✓ 45...

question

## Description - Add `cache` to workflows using `actions/setup-node` - Replaces `bahmutov/npm-install` by `npm ci`. Now this GitHub Action is not necessary. Context: - https://github.com/oscard0m/octoherd-script-add-cache-to-node-github-action/issues/13 and - https://github.com/probot/settings/issues/472#event-4979789613) ## Context...

Hey, @YogliB 👋 that's happening because putting a `@use` rule inside a `:global {}` rule is not a valid in `sass`. The global attribute/selector preprocessor os executed after scss transforms...

question

### Is your feature request related to a problem? Please describe. Yes. Using SugarSS with postcss-import causes issues when importing plain CSS from vendors, as it attempts to parse them...

**Describe the bug** I have this SCSS code inside a component: ```scss .dropdown { > :global(a) { color: black; &:hover { color: tomato; } &:first-child { color: seagreen; } &::after...

**Describe the bug** When using TypeScript and setting the tsconfig setting `importHelpers` to `true`, TypeScript will not inline transpilation helpers and instead import them from `tslib`. Since the instance and...

bug

**Is your feature request related to a problem? Please describe.** I would love to use this plugin together with the bundler parcel 2 **Describe the solution you'd like** Making a...

help wanted