css

2024-11-17T09:27:19.659749Z

Is there anything similar to https://github.com/emotion-js/emotion already implemented in CLJC?

2024-11-19T17:40:51.398009Z

I found this one which, with CLJSS, is close to what I wanted https://github.com/roman01la/uix.css

👍 1
👀 1
respatialized 2024-11-17T13:55:26.427159Z

I know of two similar libraries, but I'm not sure if they're fully CLJC-compatible; they seem to be primarily written with ClojureScript as the target. • https://github.com/clj-commons/cljsshttps://github.com/thheller/shadow-css

respatialized 2024-11-17T14:00:26.417709Z

Here's another that appears to be CLJC: https://github.com/BrianChevalier/radiant

respatialized 2024-11-17T14:01:40.540839Z

https://github.com/lambdaisland/ornament/ I'm not sure if you're familiar with this one already or not, but it seems similar.

2024-11-17T14:08:30.421699Z

Thanks for the links, I will take a look. I am a bit familiar with ornament.