girouette

Marius 2023-04-12T13:49:40.557809Z

Hi all! When using attribute :translate-x-10 on a class, I would expect the result being transform: translateX(10px); , but instead it is --gi-translate-x:10px , which is invalid. The origin of this seems to be https://github.com/green-coder/girouette/blob/master/lib/girouette/src/girouette/tw/transform.cljc But I can’t make any sense of it… anyone knows how I can get the correct CSS? Thank you!

2023-04-16T23:02:34.910719Z

Hi Marius, Girouette was developed based on the documentation of Tailwind. Maybe the documentation had a bug at the time it was typed. Please write an issue on Github and I will take a look when I can.

2026-04-07T07:43:51.715109Z

Oh .. only now I see what you mean. It looks like a bug that should be fixed. Sorry for misunderstanding earlier.

Marius 2026-04-07T07:51:55.854439Z

No problem, although this was 3 years ago πŸ™‚ meanwhile I switched to Tailwind

πŸ‘ 1
πŸ˜… 1
2026-04-07T07:58:33.045669Z

I created an issue, will fix it the next time I update the project https://github.com/green-coder/girouette/issues/102