girouette

https://github.com/green-coder/girouette
2021-02-28T02:54:57.001700Z

I improved the processor tool recently. https://github.com/green-coder/girouette/issues/42

2021-02-28T04:18:23.002300Z

Here is the list of features and fixes to be ready for the next release: https://github.com/green-coder/girouette/milestone/2

West 2021-02-28T08:10:30.003Z

I’m loving this!

West 2021-02-28T08:11:27.004200Z

So question for you, can you put in something like dark:bg-black for dark themes?

2021-02-28T09:40:20.005Z

Yes. It’s supported by default, along with many other media-queries https://github.com/green-coder/girouette/blob/master/lib/girouette/src/girouette/tw/common.cljc#L144

2021-02-28T11:15:54.005800Z

Some more update: https://twitter.com/VincentCantin/status/1365980792325726212

West 2021-02-28T23:12:32.007200Z

https://gitlab.com/wildwestrom/cljs-tailwind-static/-/tree/girouette So it spits errors out when editing with emacs as files currently being changed have .# before the filename. Otherwise, I got it working!

👍 1
2021-02-28T23:15:17.008800Z

Thank you for the bug report. I am going to fix it soon.

2021-02-28T23:48:23.010Z

@c.westrom Could you please bring back the stack trace? I am not an emacs user and can’t easily reproduce the problem.

West 2021-02-28T23:48:45.010200Z

Sure, gimme a few minutes.

2021-02-28T23:49:53.011400Z

In you project, I suggest you to link to the github repo in your deps.edn instead of the clojar version, as there have been many improvements done in the last days. Specially in the processor.

West 2021-02-28T23:50:58.011600Z

2021-02-28T23:53:17.012300Z

@c.westrom Does this happen using the last version of the processor tool (on Github) or using v0.0.1 ?

West 2021-02-28T23:53:45.012600Z

I’ll let you know once I add it to my deps.

West 2021-02-28T23:58:27.014100Z

girouette/girouette {:git/url "<https://github.com/green-coder/girouette.git>" :sha "c0797cc67c8d01e4a6f2bdcf3306899e601a5709"}
Is this how it’s supposed to be added?

2021-02-28T23:59:09.014300Z

not sure … I realize now that there is a path needed, because the library is not in the root of the repository.

West 2021-02-28T23:59:48.014500Z

Yep, I’m not sure what to do about that. Maybe I do it in a jank way?