browsertrix/frontend/src/utils/tailwind.ts
Emma Segal-Grossman f853fcdd81
Upgrade Prettier to 3 (#1513)
Updates Prettier to major version 3, and also updates a couple
prettier-related other things.

Prelude to #1511 so that that PR doesn't include a bunch of unrelated
changes
2024-01-31 20:56:17 -05:00

3 lines
117 B
TypeScript

export const tw = (strings: TemplateStringsArray, ...values: string[]) =>
String.raw({ raw: strings }, ...values);