gavinmcfarland / flex-gap-polyfill

A PostCSS plugin to emulate flex gap using margins
https://gavinmcfarland.github.io/flex-gap-polyfill/
Creative Commons Zero v1.0 Universal
143 stars 6 forks source link

Throw error when using base64 format image in css #88

Open LeonDWong opened 7 months ago

LeonDWong commented 7 months ago

Hello, i am using this plugin in my project which is based on nextjs and tailwind. But it throws error when compiling. It seems that the plugin is not compatible with base64. Could anyone help, thx.

image

package version: "flex-gap-polyfill": "^4.2.0",

gavinmcfarland commented 7 months ago

Hi @LeonDWong, can you share the CSS rule with the data image in it, and I will investigate?

Many thanks.