Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make handling of Girouette return vals more general #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 23, 2021

  1. Make handling of Girouette return vals more general

    Most of the time we get a [".class-name" {styling}] tuple, but we may also get a
    CSSAtValue, or possibly any number of special Garden things. So instead of
    special-casing these patterns, we walk whatever we get, replacing the classname
    of the current token with `:&`. In a second pass we unpack the pattern `[:&
    styling]`, this isn't necessary, but helps create more compact CSS.
    plexus committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    12832ba View commit details
    Browse the repository at this point in the history