Hi @merceyz thanks for this plugin. I was wonder if it possible to support Tagged template literals. Here an example with `cslx`: ```js const classes = clsx`bg-white text-gray-800`; const multiline = clsx` bg-white text-gray-800 `; ```
Hi @merceyz thanks for this plugin.
I was wonder if it possible to support Tagged template literals. Here an example with
cslx: