astro-ghostcms/.pnpm-store/v3/files/da/1ed0641d07bcbdcb2476054870d...

4 lines
96 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
export default function escapeCommas(className) {
return className.replace(/\\,/g, '\\2c ')
}