Skip to content
Discussion options

You must be logged in to vote

Hi,

I see that you didn't define the commute part in your grid.

  styles:
    grid:
      - grid-template-areas: >
          [[[
            return variables.ulm_multiline
              ? "'i n' 'i l' 'battery watch commute'"
              : "'i n battery' 'i l watch'"
          ]]]
      - grid-template-columns: >
          [[[
            return variables.ulm_multiline
              ? "min-content auto"
              : "min-content auto min-content"
          ]]]

I only have adjusted it for the multiline function for now.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@NathanFichefet
Comment options

@basbruss
Comment options

@NathanFichefet
Comment options

Answer selected by NathanFichefet
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants