-
If I set background-image to an SVG in CSS like this:
```
background-image: url('path/to/image.svg')
```
it does not work
but if I import it in jsx file like this:
```
import SVG from 'path/to/…
-
```
ERROR in ./node_modules/sass-values-loader!./app/assets/javascripts/components/counter/transition.module.scss
Module build failed: Error: File to import not found or unreadable: /Users/rhys/Proj…
-
## Version **6.0.6** of [sass-loader](https://github.com/webpack-contrib/sass-loader) just got published.
Branch
Build failing 🚨
Dependency
…
-
i want to access sass variables from my react scss modules file without global file to it.how can i do it?
i have tried this
```
mix.webpackConfig({
module: {
rules: [{
…
-
Sorry, but I didn find any incompatibility with .SCSS on docs so, I think that is a problem.
```typescript
@import 'node_modules/rupture-sass/rupture'
$screen-sm:768px
$rupture: map-merge($r…
-
## The dependency [sass-loader](https://github.com/webpack-contrib/sass-loader) was updated from `7.1.0` to `7.2.0`.
🚨 [View failing branch](https://github.com/likecoin/puttyimages-web/compare/maste…
-
☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018.
## Version **6.0.7** of [sass-loader](https:…
-
I have met a problem to use the gem `font-awesome-rails`.
The command `rails dartsass:build` produces an error.
```
Error: Can't find stylesheet to import.
╷
2 │ @import "font-awesome"
…
-
```
ERROR in ./~/_css-loader@0.27.3@css-loader!./~/_vue-loader@11.3.4@vue-loader/lib/style-compiler?{"id":"data-v-36c4ae96","scoped":false,"hasInlineConfig":true}!./~/_sass-loader@6.0.7@sass-loader/l…
-
**Describe the bug**
Importing SCSS from Node.js modules does not work with Yarn 2.
```svelte
@import "demo-scss-npm-module";
```
Yields:
```text
Error: Can't find stylesheet to imp…