Skip to content

Reverse direction of PropModifier composition #135

Closed
@maddie927

Description

@maddie927
Member

Current:

lumiElement qrcode
  <<< Border.border
  >>> Border._round
  >>> S.styleModifier_
      ( S.css
          { padding: S.int 16
          , width: S.int 140
          }
      )
  $ identity

Proposed:

lumiElement qrcode
  $ Border.border
  $ Border._round
  $ S.styleModifier_
      ( S.css
          { padding: S.int 16
          , width: S.int 140
          }
      )
  $ identity

Activity

added a commit that references this issue on May 1, 2020

[#135] Stop using parametric PropModifiers for styles and fix directi…

56a5526
arthurxavierx

arthurxavierx commented on May 21, 2020

@arthurxavierx
Contributor

Fixed in #145; see this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @maddie927@arthurxavierx

        Issue actions

          Reverse direction of PropModifier composition · Issue #135 · purescript-react/purescript-lumi-components