Fork me on GitHub
#react
<
2022-05-28
>
geraldodev18:05:50

I was trying to port modulz design system to clojurescript. It uses stitches. But I found https://twitter.com/sebmarkbage/status/1529622371333709825 and https://github.com/reactwg/react-18/discussions/110 , so react is recommending atomic css. Trying to get intellisense to work with {:class "bg-"} I found https://github.com/tailwindlabs/tailwindcss-intellisense/issues/400 the regexp opens the door to it.

"tailwindCSS.experimental.classRegex": [
  ":class\\s+\"([^\"]*)\""
]