jeffreyvr / tailpress

TailPress is a minimal boilerplate theme for WordPress using Tailwind CSS.
https://tailpress.io
MIT License
1.25k stars 158 forks source link

Postcss fails with CssSyntaxError Unclosed string for valid strings #100

Closed OlivPi closed 2 years ago

OlivPi commented 2 years ago

Hello,

I need help about this problem. I don't find a solution for CssSyntaxError Unclosed string. It's from postcss-Loader config ? What i am suppose to do to fix it ?

` 547 | transform: rotate(100deg);

548 | content: url("data:image/svg+xml,%3Csvg width='32' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.47 15.908 10.6 5.133M16.609 6.21l6.601-3.118M7.336 21.283l2.032 3.531' stroke='%23AAD7FF' stroke-width='4.759' stroke-linecap='round'/%3E%3C/svg%3E"); | ^ 549 | }`

Thank you !