girouette

https://github.com/green-coder/girouette
2021-03-02T05:00:58.019300Z

Is there anything you wish to change in Girouette to help you with CSS?

West 2021-03-02T05:11:25.022300Z

So it looks like text-xl and things like that work. font-size-8wv and things like that also work. text-8wv does not. I would like to see a bit more consistency in the grammar. This program could also use documentation and a grammar reference.

1👍
West 2021-03-03T19:04:05.027700Z

Cool, that looks good.

West 2021-03-03T19:05:55.027900Z

So currently I'm using tailwind to build an electron app, Maybe I can get girouette to work there.

West 2021-03-03T20:12:50.028100Z

How might I edit the root(<html>) or body element? I usually need to do that for backgrounds. I don’t think adding the class in index.html will work.

2021-03-04T07:17:43.028300Z

The only thing girouette is doing is generating garden or css data. Everything else is related to the other tools you are using.

2021-03-04T07:17:44.028500Z

Maybe you can find what you need in the hiccup library.

West 2021-03-05T08:20:39.030600Z

Ah I just thought of something. What if for font size I want to use ‘em’ instead of ‘rem’ as a unit. This is a fairly common thing I think.

West 2021-03-07T21:07:37.032200Z

I did not. I haven’t been doing much with code lately in general though.

West 2021-03-02T05:13:00.022900Z

I’d be happy to write some docs, but I don’t know all the relevant features that should be included.

West 2021-03-02T05:21:53.024100Z

Every public function also aught to have a docstring, but I haven’t looked at the source code yet so maybe you already have that.

West 2021-03-02T05:31:24.024400Z

Looks like most of them do.

2021-03-02T05:44:07.024800Z

font-size-... was added because I thought that there was a conflict with the Tailwind geammar, but now I think that there are no problem. https://developer.mozilla.org/en-US/docs/Web/CSS/font-size