david-plugge / tailwindcss-extend

MIT License
16 stars 1 forks source link

css.replaceAll is not a function #5

Closed dispbd closed 11 months ago

dispbd commented 11 months ago

Hello. Thanks for the wonderful plugin. It makes life a lot easier :)

Unfortunately, due to the framework we use, we have to use Nodejs v14, which does not support the replaceAll() function (it appears in v15). What causes the error: Code_kWGRpHs1IS

This line can be replaced with regex, which works similarly: Code_RahzR6QoqD

Can you release a patch with a fix? We in the team would really like to use your plugin in our work as soon as possible. Thank you!

david-plugge commented 11 months ago

Hello, glad you like it.

Sure, that´s a quick one. I´ll try to change it later when i´m at home.