You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Girouette v0.0.4, the garden rules returned by class-name->garden have some metadata which need to be used when deciding the order in which those rules need to be output in a CSS file.
In a recent commit, I added a comparator in Girouette which is supposed to be used to compare the garden rules from its output, to determine the order in which the rules should appear in the CSS file.
This is to be used in place of what I recommended in my comment above. I will make a new release later tonight.
In Girouette v0.0.4, the garden rules returned by
class-name->garden
have some metadata which need to be used when deciding the order in which those rules need to be output in a CSS file.This is how the processor tool of Girouette is accessing the ordering data and how it sort the rules:
https://github.com/green-coder/girouette/blob/v0.0.4/lib/processor/src/girouette/processor.clj#L172-L173
A similar sorting needs to be done in Ornament, to avoid the issue raised in green-coder/girouette#66Update: see my comment below.
The text was updated successfully, but these errors were encountered: