sass-loader icon indicating copy to clipboard operation
sass-loader copied to clipboard

Compiles Sass to CSS

Results 31 sass-loader issues
Sort by recently updated
recently updated
newest added

- Operating System: OSX - Node Version: 10.16.3 - NPM Version: 6.11.3 - webpack Version: 4.39.2 - sass-loader Version: 7.1.0 ### Feature Proposal Currently, the only options for `implementation` are...

type: Enhancement
flag: Community help wanted
priority: 5 (nice to have)
semver: Minor

### Feature Proposal Is it possible to have types to have autocompletion when adding the options of the `sassLoader`? Such like that: ``` const sassOptions: SassOptions = { implementation: require("sass"),...

Copied from webpack discussion: https://github.com/webpack/webpack/discussions/13505 My setup is successfully compiling sass/scss and outputting a `.css` file which I'm referencing in js, however unfortunately I can't get a `.css.map` (source map...

severity: 3 (broken)
type: Bug

* Operating System: Windows * Node Version: 10.16.0 * NPM Version: 6.9.0 * webpack Version: 4.30.0 * sass-loader Version: 7.1.0 ### Expected Behavior When using Dart Sass and not using...

type: Feature
status: Needs triage

This PR contains a: - [x] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [x] **test update** - [ ] **typo fix** - [x] **metadata update**...

### Feature Proposal I would like the ability to decorate the default importer. My primary use-case here is to dedupe global imports with a cache. I _could_ leverage something like...

This adds a few minor changes to fix the fact that the existing getting started steps actually fail to compile. This PR contains a: - [ ] **bugfix** - [...

> [!NOTE] > > This could be a "when `sass-embedded` support is no longer experimental" modification ### Modification Proposal My understanding is that `sass-embedded` can be considered like-for-like to `sass`...

### Modification Proposal We (the Sass team) have just released [a proposal](https://github.com/sass/sass/blob/main/proposal/shared-resources.d.ts.md) for a `Compiler` API in Sass that shares resources between different compilations (see also https://github.com/sass/sass/issues/3296). This is particularly...

This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...