girouette 2022-07-06

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]}]

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

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

👍 1