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!
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.
Oh .. only now I see what you mean. It looks like a bug that should be fixed. Sorry for misunderstanding earlier.
No problem, although this was 3 years ago π meanwhile I switched to Tailwind
I created an issue, will fix it the next time I update the project https://github.com/green-coder/girouette/issues/102