girouette

vlad_poh 2022-07-06T19:59:14.624819Z

The following don’t work. Does girouette not support these?

[:div {:class [:h-screen
                 :w-full
                 :bg-gray-200
                 :p-10
                 :grid
                 :lg:grid-cols-1
                 :content-center]}]
or
[:div {:class '[h-screen
                 w-full
                 bg-gray-200
                 p-10
                 grid
                 lg:grid-cols-1
                 content-center]}]

chromalchemy 2022-07-06T21:44:46.172259Z

Not sure if this is related but you can define colors like this https://github.com/green-coder/girouette/issues/89#issuecomment-1058791759

2022-07-06T23:39:37.718559Z

The girouette-processor currently doesn't collect them, it's an attempt to reduce the false positives.

👍 1