Andre

Results 6 comments of Andre

Also saying having issues with this. I'm working within a Rails project and had resolved_paths set to my asset directory. I saw you mention not to use this so I...

I worked out why this wasn't working my specific case... basically don't use the rails asset pipeline to load your SVGs, I had to move them into the same directory...

@OZZlE Are you using any other loaders that are targeting SVG files? I had to also add an `ignorePattern` to my config to make sure images in the Rails asset...

Is it actually possible to map a .js file at all? I am trying to use it like this in a postcss config file ``` require('postcss-map')({ basePath: './src/styles', maps: ['variables.js'],...

@pascalduez thanks for the workaround. Will create a feature request too, cheers!

Had the same issue where pngs were broken on safari and firefox. I just commented out my webp config and it's all good.