This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-12
Channels
- # announcements (4)
- # babashka (60)
- # beginners (3)
- # calva (15)
- # cherry (1)
- # clojars (9)
- # clojure (30)
- # clojure-denmark (5)
- # clojure-europe (23)
- # clojure-losangeles (1)
- # clojure-norway (8)
- # clojurescript (49)
- # core-async (3)
- # cursive (15)
- # datomic (4)
- # deps-new (1)
- # emacs (36)
- # figwheel-main (3)
- # fulcro (16)
- # girouette (2)
- # hyperfiddle (1)
- # introduce-yourself (3)
- # lambdaisland (6)
- # nrepl (23)
- # off-topic (7)
- # pedestal (10)
- # polylith (50)
- # practicalli (1)
- # releases (2)
- # sci (16)
- # shadow-cljs (27)
- # slack-help (3)
- # sql (17)
- # tools-deps (5)
#girouette
<
2023-04-12Hi 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.